Html Css Color HEX #E5CC2E Golden Dream

📋 copy color: '#E5CC2E'

red 229 ◦ green 204 ◦ blue 46

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

Shades of Golden Dream #E5CC2E

Tints of Golden Dream #E5CC2E

RGB

 RED value IS 229 (89.84% from 255) = 47.81%

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

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

R = 47.81%
G = 42.59%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E5CC2E (or 0xE5CC2E) is known color: Golden Dream. HEX triplet: E5, CC and 2E. RGB value is (229,204,46). Sum of RGB (Red+Green+Blue) = 229+204+46=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 46 (18.36% from 255 or 9.60% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CC2E is #1A33D1. Grayscale: #C2C2C2. Windows color (decimal): -1717202 or 3067109. OLE color: 3067109.

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

Color convert

RGB 229 204 46 -
CMYK 0 0.11 0.80 0.10
HSL 51.8º 0.78% 0.54% -
HSV(B) 51.8º 0.8% 0.9% -
XYZ 54.4 60.04 11.31 -
YUV 193.46 44.78 153.35 -
System Red Green Blue C M Y K H S L
Decimal 229 204 46 0 0.11 0.80 0.10 51.8 0.78 0.54
Hex E5 CC 2E 0 B 50 A 34 4E 36
Octal 345 314 56 0 13 120 12 64 116 66
Binary 11100101 11001100 101110 0 1011 1010000 1010 110100 1001110 110110

Color Harmonies of #E5CC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CC2E

Black with #E5CC2E

Text Example


Text Example

White with #E5CC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CC2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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