Html Css Color HEX #E5CE32 Golden Dream

📋 copy color: '#E5CE32'

red 229 ◦ green 206 ◦ blue 50

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

Shades of Golden Dream #E5CE32

Tints of Golden Dream #E5CE32

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.47%

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

R = 47.22%
G = 42.47%
B = 10.31%

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

#E5CE32 (or 0xE5CE32) is known color: Golden Dream. HEX triplet: E5, CE and 32. RGB value is (229,206,50). Sum of RGB (Red+Green+Blue) = 229+206+50=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 50 (19.92% from 255 or 10.31% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CE32 is #1A31CD. Grayscale: #C3C3C3. Windows color (decimal): -1716686 or 3329765. OLE color: 3329765.

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

Color convert

RGB 229 206 50 -
CMYK 0 0.10 0.78 0.10
HSL 52.29º 0.77% 0.55% -
HSV(B) 52.29º 0.78% 0.9% -
XYZ 54.96 61.03 11.9 -
YUV 195.09 46.12 152.18 -
System Red Green Blue C M Y K H S L
Decimal 229 206 50 0 0.10 0.78 0.10 52.29 0.77 0.55
Hex E5 CE 32 0 A 4E A 34 4D 37
Octal 345 316 62 0 12 116 12 64 115 67
Binary 11100101 11001110 110010 0 1010 1001110 1010 110100 1001101 110111

Color Harmonies of #E5CE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CE32

Black with #E5CE32

Text Example


Text Example

White with #E5CE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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