Html Css Color HEX #E5CF32 Golden Dream

📋 copy color: '#E5CF32'

red 229 ◦ green 207 ◦ blue 50

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

Shades of Golden Dream #E5CF32

Tints of Golden Dream #E5CF32

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.59%

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

R = 47.12%
G = 42.59%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E5CF32 (or 0xE5CF32) is known color: Golden Dream. HEX triplet: E5, CF and 32. RGB value is (229,207,50). Sum of RGB (Red+Green+Blue) = 229+207+50=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 50 (19.92% from 255 or 10.29% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CF32 is #1A30CD. Grayscale: #C4C4C4. Windows color (decimal): -1716430 or 3330021. OLE color: 3330021.

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

Color convert

RGB 229 207 50 -
CMYK 0 0.10 0.78 0.10
HSL 52.63º 0.77% 0.55% -
HSV(B) 52.63º 0.78% 0.9% -
XYZ 55.2 61.51 11.98 -
YUV 195.68 45.79 151.77 -
System Red Green Blue C M Y K H S L
Decimal 229 207 50 0 0.10 0.78 0.10 52.63 0.77 0.55
Hex E5 CF 32 0 A 4E A 35 4D 37
Octal 345 317 62 0 12 116 12 65 115 67
Binary 11100101 11001111 110010 0 1010 1001110 1010 110101 1001101 110111

Color Harmonies of #E5CF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CF32

Black with #E5CF32

Text Example


Text Example

White with #E5CF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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