Html Css Color HEX #E5E26E Goldenrod

📋 copy color: '#E5E26E'

red 229 ◦ green 226 ◦ blue 110

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

Shades of Goldenrod #E5E26E

Tints of Goldenrod #E5E26E

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40%

 BLUE value IS 110 (43.36% from 255) = 19.47%

R = 40.53%
G = 40%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E5E26E (or 0xE5E26E) is known color: Goldenrod. HEX triplet: E5, E2 and 6E. RGB value is (229,226,110). Sum of RGB (Red+Green+Blue) = 229+226+110=565 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.53% from 565); Green value is 226 (88.67% from 255 or 40% from 565); Blue value is 110 (43.36% from 255 or 19.47% from 565); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E26E is #1A1D91. Grayscale: #D6D6D6. Windows color (decimal): -1711506 or 7267045. OLE color: 7267045.

HSL color Cylindrical-coordinate representation of color #E5E26E: hue angle of 58.49º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5E26E is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 226 110 -
CMYK 0 0.01 0.52 0.10
HSL 58.49º 0.7% 0.66% -
HSV(B) 58.49º 0.52% 0.9% -
XYZ 62.32 72.18 25.4 -
YUV 213.67 69.49 138.93 -
System Red Green Blue C M Y K H S L
Decimal 229 226 110 0 0.01 0.52 0.10 58.49 0.7 0.66
Hex E5 E2 6E 0 1 34 A 3A 46 42
Octal 345 342 156 0 1 64 12 72 106 102
Binary 11100101 11100010 1101110 0 1 110100 1010 111010 1000110 1000010

Color Harmonies of #E5E26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E26E

Black with #E5E26E

Text Example


Text Example

White with #E5E26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E26E; }

 p { color: rgb(229,226,110); }

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

background-color css

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

 a { background-color: rgb(229,226,110); }

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

border-color css

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

 span { border-color: rgb(229,226,110); }

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