Html Css Color HEX #E5E074 Goldenrod

📋 copy color: '#E5E074'

red 229 ◦ green 224 ◦ blue 116

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

Shades of Goldenrod #E5E074

Tints of Goldenrod #E5E074

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.37%

 BLUE value IS 116 (45.7% from 255) = 20.39%

R = 40.25%
G = 39.37%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E5E074 (or 0xE5E074) is known color: Goldenrod. HEX triplet: E5, E0 and 74. RGB value is (229,224,116). Sum of RGB (Red+Green+Blue) = 229+224+116=569 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.25% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 116 (45.70% from 255 or 20.39% from 569); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E074 is #1A1F8B. Grayscale: #D5D5D5. Windows color (decimal): -1712012 or 7659749. OLE color: 7659749.

HSL color Cylindrical-coordinate representation of color #E5E074: hue angle of 57.35º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E5E074 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 224 116 -
CMYK 0 0.02 0.49 0.10
HSL 57.35º 0.68% 0.68% -
HSV(B) 57.35º 0.49% 0.9% -
XYZ 62.12 71.23 27 -
YUV 213.18 73.16 139.28 -
System Red Green Blue C M Y K H S L
Decimal 229 224 116 0 0.02 0.49 0.10 57.35 0.68 0.68
Hex E5 E0 74 0 2 31 A 39 44 44
Octal 345 340 164 0 2 61 12 71 104 104
Binary 11100101 11100000 1110100 0 10 110001 1010 111001 1000100 1000100

Color Harmonies of #E5E074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E074

Black with #E5E074

Text Example


Text Example

White with #E5E074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E074; }

 p { color: rgb(229,224,116); }

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

background-color css

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

 a { background-color: rgb(229,224,116); }

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

border-color css

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

 span { border-color: rgb(229,224,116); }

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