Html Css Color HEX #E5C72E Golden Dream

📋 copy color: '#E5C72E'

red 229 ◦ green 199 ◦ blue 46

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

Shades of Golden Dream #E5C72E

Tints of Golden Dream #E5C72E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.7%

R = 48.31%
G = 41.98%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E5C72E (or 0xE5C72E) is known color: Golden Dream. HEX triplet: E5, C7 and 2E. RGB value is (229,199,46). Sum of RGB (Red+Green+Blue) = 229+199+46=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 199 (78.12% from 255 or 41.98% from 474); Blue value is 46 (18.36% from 255 or 9.70% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C72E is #1A38D1. Grayscale: #BFBFBF. Windows color (decimal): -1718482 or 3065829. OLE color: 3065829.

HSL color Cylindrical-coordinate representation of color #E5C72E: hue angle of 50.16º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5C72E is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 199 46 -
CMYK 0 0.13 0.80 0.10
HSL 50.16º 0.78% 0.54% -
HSV(B) 50.16º 0.8% 0.9% -
XYZ 53.23 57.7 10.92 -
YUV 190.53 46.44 155.44 -
System Red Green Blue C M Y K H S L
Decimal 229 199 46 0 0.13 0.80 0.10 50.16 0.78 0.54
Hex E5 C7 2E 0 D 50 A 32 4E 36
Octal 345 307 56 0 15 120 12 62 116 66
Binary 11100101 11000111 101110 0 1101 1010000 1010 110010 1001110 110110

Color Harmonies of #E5C72E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C72E

Black with #E5C72E

Text Example


Text Example

White with #E5C72E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C72E; }

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

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

background-color css

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

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

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

border-color css

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

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

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