#E0E271

Color #E0E271 Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #E0E271

Tints of Goldenrod #E0E271

Color information

#E0E271 (or 0xE0E271) is unknown color: approx Goldenrod. HEX triplet: E0, E2 and 71. RGB value is (224,226,113). Sum of RGB (Red+Green+Blue) = 224+226+113=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 226 (88.67% from 255 or 40.14% from 563); Blue value is 113 (44.53% from 255 or 20.07% from 563); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E271 is #1F1D8E. Grayscale: #D4D4D4. Windows color (decimal): -2039183 or 7463648. OLE color: 7463648.

HSL color Cylindrical-coordinate representation of color #E0E271: hue angle of 61.06º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0E271 is Cyan = 0.01, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.11.

Color convert

RGB224226113-
CMYK0.0100.50.11
HSL61.06º66.08%66.47%-
HSV(B)61.06º50%88.63%-
XYZ60.9271.4326.2-
YUV212.5271.84136.19-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.79%
GREEN value IS 226 (88.67% from 255) = 40.14%
BLUE value IS 113 (44.53% from 255) = 20.07%
R=39.79%
G=40.14%
B=20.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2242261130.0100.50.1161.0666.0866.47
HexE0E2711032B3d4242
Octal34034216110621375102102
Binary1110000011100010111000110110010101111110110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E271; }

 p { color: rgb(224,226,113); }

 H1.HeaderClassName
 {
   color: #E0E271;
 }
 .AnyTagClassName
 {
   color: #E0E271;
 }
</style>
background-color css

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

 a { background-color: rgb(224,226,113); }

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

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

 span { border-color: rgb(224,226,113); }

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