Html Css Color HEX #E5E372 Goldenrod

📋 copy color: '#E5E372'

red 229 ◦ green 227 ◦ blue 114

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

Shades of Goldenrod #E5E372

Tints of Goldenrod #E5E372

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.82%

 BLUE value IS 114 (44.92% from 255) = 20%

R = 40.18%
G = 39.82%
B = 20%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E5E372 (or 0xE5E372) is known color: Goldenrod. HEX triplet: E5, E3 and 72. RGB value is (229,227,114). Sum of RGB (Red+Green+Blue) = 229+227+114=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 227 (89.06% from 255 or 39.82% from 570); Blue value is 114 (44.92% from 255 or 20% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E372 is #1A1C8D. Grayscale: #D7D7D7. Windows color (decimal): -1711246 or 7529445. OLE color: 7529445.

HSL color Cylindrical-coordinate representation of color #E5E372: hue angle of 58.96º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E5E372 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 227 114 -
CMYK 0 0.01 0.50 0.10
HSL 58.96º 0.69% 0.67% -
HSV(B) 58.96º 0.5% 0.9% -
XYZ 62.82 72.81 26.66 -
YUV 214.72 71.16 138.19 -
System Red Green Blue C M Y K H S L
Decimal 229 227 114 0 0.01 0.50 0.10 58.96 0.69 0.67
Hex E5 E3 72 0 1 32 A 3B 45 43
Octal 345 343 162 0 1 62 12 73 105 103
Binary 11100101 11100011 1110010 0 1 110010 1010 111011 1000101 1000011

Color Harmonies of #E5E372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E372

Black with #E5E372

Text Example


Text Example

White with #E5E372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E372; }

 p { color: rgb(229,227,114); }

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

background-color css

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

 a { background-color: rgb(229,227,114); }

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

border-color css

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

 span { border-color: rgb(229,227,114); }

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