Html Css Color HEX #E5D032 Golden Dream

📋 copy color: '#E5D032'

red 229 ◦ green 208 ◦ blue 50

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

Shades of Golden Dream #E5D032

Tints of Golden Dream #E5D032

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.71%

 BLUE value IS 50 (19.92% from 255) = 10.27%

R = 47.02%
G = 42.71%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E5D032 (or 0xE5D032) is known color: Golden Dream. HEX triplet: E5, D0 and 32. RGB value is (229,208,50). Sum of RGB (Red+Green+Blue) = 229+208+50=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 50 (19.92% from 255 or 10.27% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D032 is #1A2FCD. Grayscale: #C4C4C4. Windows color (decimal): -1716174 or 3330277. OLE color: 3330277.

HSL color Cylindrical-coordinate representation of color #E5D032: hue angle of 52.96º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E5D032 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 208 50 -
CMYK 0 0.09 0.78 0.10
HSL 52.96º 0.77% 0.55% -
HSV(B) 52.96º 0.78% 0.9% -
XYZ 55.44 62 12.06 -
YUV 196.27 45.46 151.35 -
System Red Green Blue C M Y K H S L
Decimal 229 208 50 0 0.09 0.78 0.10 52.96 0.77 0.55
Hex E5 D0 32 0 9 4E A 35 4D 37
Octal 345 320 62 0 11 116 12 65 115 67
Binary 11100101 11010000 110010 0 1001 1001110 1010 110101 1001101 110111

Color Harmonies of #E5D032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D032

Black with #E5D032

Text Example


Text Example

White with #E5D032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D032; }

 p { color: rgb(229,208,50); }

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

background-color css

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

 a { background-color: rgb(229,208,50); }

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

border-color css

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

 span { border-color: rgb(229,208,50); }

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