COLOR #E4C652

HEX: #E4C652
RGB: (228,198,82)

Renk bilgisi

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

RGB renk modeli

#E4C652 color RGB value is (228,198,82).

  • kırmız ton 228;
  • yeşil ton 198;
  • mavi ton 82.
RGB:
(228,198,82)
(89%,78%,32%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 198 of 255 = 78%
B 82 of 255 = 32%

228
198
82

R + G + B ~ 66%. #E4C652 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 198 + 82 = 508 (100%)
R 228 of 508 ~ 44.88%
G 198 of 508 ~ 38.98%
B 82 of 508 ~ 16.14%

%44.88
%38.98
%16.14

CMYK RENK MODELİ

#E4C652 rengi CMYK tonu (0,13,64,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.16%
  • sarı tonu 64.04%
  • ana renk tonu 10.59%
CMYK:
(0,13,64,11)
C0M13Y64K11 
(0%,13%,64%,11%)
(0.00/0.13/0.64/0.11)	

CMYK yüzdeleri

%0
%13.16
%64.04
%10.59

Codes

Color #E4C652 in popluar color models

E4C652
RGB22819882
HSL48°73.00%60.78%
HSB/HSV48°64.04%89.41%
CMYK0.00%13.16%64.04%
10.59%

Color #E4C652 in popluar number systems.

HEXE4C652
Decimal22819882
Binary11100100110001101010010
Octal344306122

Shades and tints

Shades of #E4C652

#E4C652
(228,198,82)
#D0B44B
(208,180,75)
#BCA244
(188,162,68)
#A8903D
(168,144,61)
#947E36
(148,126,54)
#806C2F
(128,108,47)
#6C5A28
(108,90,40)
#584821
(88,72,33)
#44361A
(68,54,26)
#302413
(48,36,19)
#1C120C
(28,18,12)
#000000
(0,0,0)

Tints of #E4C652

#E4C652
(228,198,82)
#E6CB61
(230,203,97)
#E8D070
(232,208,112)
#EAD57F
(234,213,127)
#ECDA8E
(236,218,142)
#EEDF9D
(238,223,157)
#F0E4AC
(240,228,172)
#F2E9BB
(242,233,187)
#F4EECA
(244,238,202)
#F6F3D9
(246,243,217)
#F8F8E8
(248,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4C652 color. Also use rgb(228,198,82) instead hex code.

Text Font Color

.myTextColor { color: #E4C652; }

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

This text font color is #E4C652.


Background Color

.myBgColor { background-color: #E4C652; }

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

This div background color is #E4C652.


Border color

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

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

This div border color is #E4C652.


Opacity

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

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

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

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

This text has shadow with #E4C652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C652 on black background.


Color preview on white background

This text has color #E4C652 on white background.



Black color preview on #E4C652 background

This text has black color on #E4C652 background.


White color preview on #E4C652 background

This text has white color on #E4C652 background.