Html Css Color HEX #E4CC2E Golden Dream

📋 copy color: '#E4CC2E'

red 228 ◦ green 204 ◦ blue 46

#E4CC2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Dream #E4CC2E

Tints of Golden Dream #E4CC2E

RGB

 RED value IS 228 (89.45% from 255) = 47.7%

 GREEN value IS 204 (80.08% from 255) = 42.68%

 BLUE value IS 46 (18.36% from 255) = 9.62%

R = 47.7%
G = 42.68%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E4CC2E (or 0xE4CC2E) is known color: Golden Dream. HEX triplet: E4, CC and 2E. RGB value is (228,204,46). Sum of RGB (Red+Green+Blue) = 228+204+46=478 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.70% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 46 (18.36% from 255 or 9.62% from 478); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4CC2E is #1B33D1. Grayscale: #C1C1C1. Windows color (decimal): -1782738 or 3067108. OLE color: 3067108.

HSL color Cylindrical-coordinate representation of color #E4CC2E: hue angle of 52.09º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E4CC2E is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 204 46 -
CMYK 0 0.11 0.80 0.11
HSL 52.09º 0.77% 0.54% -
HSV(B) 52.09º 0.8% 0.89% -
XYZ 54.08 59.88 11.29 -
YUV 193.16 44.95 152.85 -
System Red Green Blue C M Y K H S L
Decimal 228 204 46 0 0.11 0.80 0.11 52.09 0.77 0.54
Hex E4 CC 2E 0 B 50 B 34 4D 36
Octal 344 314 56 0 13 120 13 64 115 66
Binary 11100100 11001100 101110 0 1011 1010000 1011 110100 1001101 110110

Color Harmonies of #E4CC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4CC2E

Black with #E4CC2E

Text Example


Text Example

White with #E4CC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4CC2E; }

 p { color: rgb(228,204,46); }

 H1.HeaderClassName
 {
   color: #E4CC2E;
 }
 .AnyTagClassName
 {
   color: #E4CC2E;
 }
</style>

background-color css

<style>
 a { background-color: #E4CC2E; }

 a { background-color: rgb(228,204,46); }

 div.DivClassName
 {
   background-color: #E4CC2E;
 }
 .BgClassName
 {
   background-color: #E4CC2E;
 }
</style>

border-color css

<style>
 span { border-color: #E4CC2E; }

 span { border-color: rgb(228,204,46); }

 td.TdClassName
 {
   border-color: #E4CC2E;
 }
 .TagClassName
 {
   border-color: #E4CC2E;
 }
</style>