COLOR #EBE383

HEX: #EBE383
RGB: (235,227,131)

Renk bilgisi

#EBE383 contains mainly red and green colors. #EBE383 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#EBE383 color RGB value is (235,227,131).

  • kırmız ton 235;
  • yeşil ton 227;
  • mavi ton 131.
RGB:
(235,227,131)
(92%,89%,51%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 227 of 255 = 89%
B 131 of 255 = 51%

235
227
131

R + G + B ~ 77%. #EBE383 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 227 + 131 = 593 (100%)
R 235 of 593 ~ 39.63%
G 227 of 593 ~ 38.28%
B 131 of 593 ~ 22.09%

%39.63
%38.28
%22.09

CMYK RENK MODELİ

#EBE383 rengi CMYK tonu (0,3,44,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.40%
  • sarı tonu 44.26%
  • ana renk tonu 7.84%
CMYK:
(0,3,44,8)
C0M3Y44K8 
(0%,3%,44%,8%)
(0.00/0.03/0.44/0.08)	

CMYK yüzdeleri

%0
%3.4
%44.26
%7.84

Codes

Color #EBE383 in popluar color models

EBE383
RGB235227131
HSL55°72.22%71.76%
HSB/HSV55°44.26%92.16%
CMYK0.00%3.40%44.26%
7.84%

Color #EBE383 in popluar number systems.

HEXEBE383
Decimal235227131
Binary111010111110001110000011
Octal353343203

Shades and tints

Shades of #EBE383

#EBE383
(235,227,131)
#D6CF78
(214,207,120)
#C1BB6D
(193,187,109)
#ACA762
(172,167,98)
#979357
(151,147,87)
#827F4C
(130,127,76)
#6D6B41
(109,107,65)
#585736
(88,87,54)
#43432B
(67,67,43)
#2E2F20
(46,47,32)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #EBE383

#EBE383
(235,227,131)
#ECE58E
(236,229,142)
#EDE799
(237,231,153)
#EEE9A4
(238,233,164)
#EFEBAF
(239,235,175)
#F0EDBA
(240,237,186)
#F1EFC5
(241,239,197)
#F2F1D0
(242,241,208)
#F3F3DB
(243,243,219)
#F4F5E6
(244,245,230)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE383 color. Also use rgb(235,227,131) instead hex code.

Text Font Color

.myTextColor { color: #EBE383; }

<p style="color:#EBE383">This sample text font color is #EBE383.</p>

This text font color is #EBE383.


Background Color

.myBgColor { background-color: #EBE383; }

<div style="background-color:#EBE383">Inner text</div>

This div background color is #EBE383.


Border color

.myBorderColor { border: 1px solid #EBE383; }

<div style="border:3px solid #EBE383">Div</div>

This div border color is #EBE383.


Opacity

.myOpacity80 { color: #EBE383; opacity: 0.8; }

<p style="color:#EBE383;opacity:0.8;">80%</p>

Text with #EBE383 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EBE383;}

<p style="text-shadow: 3px 3px 1px #EBE383">Text here.</p>

This text has shadow with #EBE383 color.

.textShadow {text-shadow: 3px 3px 1px #EBE383, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EBE383, 5px 5px 20px red">Text here.</p>

This text has shadow with #EBE383 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBE383, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EBE383, Direction=45, Strength=4)">Text</p>

This text has shadow with #EBE383 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EBE383;
  -webkit-box-shadow:	1px 1px 3px 2px #EBE383;
  box-shadow:		1px 1px 3px 2px #EBE383;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBE383;
-webkit-box-shadow: 1px 1px 3px 2px #EBE383;
box-shadow:1px 1px 3px 2px #EBE383;">
Div content here</div>
This div box has shadow with color #EBE383.

Preview

Color preview on black background

This text has color #EBE383 on black background.


Color preview on white background

This text has color #EBE383 on white background.



Black color preview on #EBE383 background

This text has black color on #EBE383 background.


White color preview on #EBE383 background

This text has white color on #EBE383 background.