Html Css Color HEX #E5C732 Golden Dream

📋 copy color: '#E5C732'

red 229 ◦ green 199 ◦ blue 50

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

Shades of Golden Dream #E5C732

Tints of Golden Dream #E5C732

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.63%

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

R = 47.91%
G = 41.63%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E5C732 (or 0xE5C732) is known color: Golden Dream. HEX triplet: E5, C7 and 32. RGB value is (229,199,50). Sum of RGB (Red+Green+Blue) = 229+199+50=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 50 (19.92% from 255 or 10.46% from 478); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C732 is #1A38CD. Grayscale: #BFBFBF. Windows color (decimal): -1718478 or 3327973. OLE color: 3327973.

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

Color convert

RGB 229 199 50 -
CMYK 0 0.13 0.78 0.10
HSL 49.94º 0.77% 0.55% -
HSV(B) 49.94º 0.78% 0.9% -
XYZ 53.31 57.74 11.35 -
YUV 190.98 48.44 155.12 -
System Red Green Blue C M Y K H S L
Decimal 229 199 50 0 0.13 0.78 0.10 49.94 0.77 0.55
Hex E5 C7 32 0 D 4E A 32 4D 37
Octal 345 307 62 0 15 116 12 62 115 67
Binary 11100101 11000111 110010 0 1101 1001110 1010 110010 1001101 110111

Color Harmonies of #E5C732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C732

Black with #E5C732

Text Example


Text Example

White with #E5C732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C732; }

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

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

background-color css

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

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

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

border-color css

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

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

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