Html Css Color HEX #E8CC2E Golden Dream

📋 copy color: '#E8CC2E'

red 232 ◦ green 204 ◦ blue 46

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

Shades of Golden Dream #E8CC2E

Tints of Golden Dream #E8CC2E

RGB

 RED value IS 232 (91.02% from 255) = 48.13%

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

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

R = 48.13%
G = 42.32%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E8CC2E (or 0xE8CC2E) is known color: Golden Dream. HEX triplet: E8, CC and 2E. RGB value is (232,204,46). Sum of RGB (Red+Green+Blue) = 232+204+46=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 46 (18.36% from 255 or 9.54% from 482); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CC2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8CC2E is #1733D1. Grayscale: #C3C3C3. Windows color (decimal): -1520594 or 3067112. OLE color: 3067112.

HSL color Cylindrical-coordinate representation of color #E8CC2E: hue angle of 50.97º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E8CC2E is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 204 46 -
CMYK 0 0.12 0.80 0.09
HSL 50.97º 0.8% 0.55% -
HSV(B) 50.97º 0.8% 0.91% -
XYZ 55.36 60.54 11.35 -
YUV 194.36 44.28 154.85 -
System Red Green Blue C M Y K H S L
Decimal 232 204 46 0 0.12 0.80 0.09 50.97 0.8 0.55
Hex E8 CC 2E 0 C 50 9 33 50 37
Octal 350 314 56 0 14 120 11 63 120 67
Binary 11101000 11001100 101110 0 1100 1010000 1001 110011 1010000 110111

Color Harmonies of #E8CC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CC2E

Black with #E8CC2E

Text Example


Text Example

White with #E8CC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CC2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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