COLOR #E4D75C

HEX: #E4D75C
RGB: (228,215,92)

Renk bilgisi

#E4D75C contains mainly red and green colors. #E4D75C ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#E4D75C color RGB value is (228,215,92).

  • kırmız ton 228;
  • yeşil ton 215;
  • mavi ton 92.
RGB:
(228,215,92)
(89%,84%,36%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 215 of 255 = 84%
B 92 of 255 = 36%

228
215
92

R + G + B ~ 70%. #E4D75C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 215 + 92 = 535 (100%)
R 228 of 535 ~ 42.62%
G 215 of 535 ~ 40.19%
B 92 of 535 ~ 17.2%

%42.62
%40.19
%17.2

CMYK RENK MODELİ

#E4D75C rengi CMYK tonu (0,6,60,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.70%
  • sarı tonu 59.65%
  • ana renk tonu 10.59%
CMYK:
(0,6,60,11)
C0M6Y60K11 
(0%,6%,60%,11%)
(0.00/0.06/0.60/0.11)	

CMYK yüzdeleri

%0
%5.7
%59.65
%10.59

Codes

Color #E4D75C in popluar color models

E4D75C
RGB22821592
HSL54°71.58%62.75%
HSB/HSV54°59.65%89.41%
CMYK0.00%5.70%59.65%
10.59%

Color #E4D75C in popluar number systems.

HEXE4D75C
Decimal22821592
Binary11100100110101111011100
Octal344327134

Shades and tints

Shades of #E4D75C

#E4D75C
(228,215,92)
#D0C454
(208,196,84)
#BCB14C
(188,177,76)
#A89E44
(168,158,68)
#948B3C
(148,139,60)
#807834
(128,120,52)
#6C652C
(108,101,44)
#585224
(88,82,36)
#443F1C
(68,63,28)
#302C14
(48,44,20)
#1C190C
(28,25,12)
#000000
(0,0,0)

Tints of #E4D75C

#E4D75C
(228,215,92)
#E6DA6A
(230,218,106)
#E8DD78
(232,221,120)
#EAE086
(234,224,134)
#ECE394
(236,227,148)
#EEE6A2
(238,230,162)
#F0E9B0
(240,233,176)
#F2ECBE
(242,236,190)
#F4EFCC
(244,239,204)
#F6F2DA
(246,242,218)
#F8F5E8
(248,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D75C color. Also use rgb(228,215,92) instead hex code.

Text Font Color

.myTextColor { color: #E4D75C; }

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

This text font color is #E4D75C.


Background Color

.myBgColor { background-color: #E4D75C; }

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

This div background color is #E4D75C.


Border color

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

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

This div border color is #E4D75C.


Opacity

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

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

Text with #E4D75C 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 #E4D75C;}

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

This text has shadow with #E4D75C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D75C on black background.


Color preview on white background

This text has color #E4D75C on white background.



Black color preview on #E4D75C background

This text has black color on #E4D75C background.


White color preview on #E4D75C background

This text has white color on #E4D75C background.