Html Css Color HEX #E5CB32 Golden Dream

📋 copy color: '#E5CB32'

red 229 ◦ green 203 ◦ blue 50

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

Shades of Golden Dream #E5CB32

Tints of Golden Dream #E5CB32

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.12%

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

R = 47.51%
G = 42.12%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E5CB32 (or 0xE5CB32) is known color: Golden Dream. HEX triplet: E5, CB and 32. RGB value is (229,203,50). Sum of RGB (Red+Green+Blue) = 229+203+50=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 50 (19.92% from 255 or 10.37% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CB32 is #1A34CD. Grayscale: #C1C1C1. Windows color (decimal): -1717454 or 3328997. OLE color: 3328997.

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

Color convert

RGB 229 203 50 -
CMYK 0 0.11 0.78 0.10
HSL 51.28º 0.77% 0.55% -
HSV(B) 51.28º 0.78% 0.9% -
XYZ 54.24 59.6 11.66 -
YUV 193.33 47.11 153.44 -
System Red Green Blue C M Y K H S L
Decimal 229 203 50 0 0.11 0.78 0.10 51.28 0.77 0.55
Hex E5 CB 32 0 B 4E A 33 4D 37
Octal 345 313 62 0 13 116 12 63 115 67
Binary 11100101 11001011 110010 0 1011 1001110 1010 110011 1001101 110111

Color Harmonies of #E5CB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CB32

Black with #E5CB32

Text Example


Text Example

White with #E5CB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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