Html Css Color HEX #E5CC2D Golden Dream

📋 copy color: '#E5CC2D'

red 229 ◦ green 204 ◦ blue 45

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

Shades of Golden Dream #E5CC2D

Tints of Golden Dream #E5CC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.41%

R = 47.91%
G = 42.68%
B = 9.41%

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

#E5CC2D (or 0xE5CC2D) is known color: Golden Dream. HEX triplet: E5, CC and 2D. RGB value is (229,204,45). Sum of RGB (Red+Green+Blue) = 229+204+45=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 45 (17.97% from 255 or 9.41% from 478); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CC2D is #1A33D2. Grayscale: #C2C2C2. Windows color (decimal): -1717203 or 3001573. OLE color: 3001573.

HSL color Cylindrical-coordinate representation of color #E5CC2D: hue angle of 51.85º 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 #E5CC2D is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 204 45 -
CMYK 0 0.11 0.80 0.10
HSL 51.85º 0.78% 0.54% -
HSV(B) 51.85º 0.8% 0.9% -
XYZ 54.38 60.03 11.2 -
YUV 193.35 44.28 153.43 -
System Red Green Blue C M Y K H S L
Decimal 229 204 45 0 0.11 0.80 0.10 51.85 0.78 0.54
Hex E5 CC 2D 0 B 50 A 34 4E 36
Octal 345 314 55 0 13 120 12 64 116 66
Binary 11100101 11001100 101101 0 1011 1010000 1010 110100 1001110 110110

Color Harmonies of #E5CC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CC2D

Black with #E5CC2D

Text Example


Text Example

White with #E5CC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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