#E0E270

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

Shades of Goldenrod #E0E270

Tints of Goldenrod #E0E270

Color information

#E0E270 (or 0xE0E270) is unknown color: approx Goldenrod. HEX triplet: E0, E2 and 70. RGB value is (224,226,112). Sum of RGB (Red+Green+Blue) = 224+226+112=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 226 (88.67% from 255 or 40.21% from 562); Blue value is 112 (44.14% from 255 or 19.93% from 562); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E270 is #1F1D8F. Grayscale: #D4D4D4. Windows color (decimal): -2039184 or 7398112. OLE color: 7398112.

HSL color Cylindrical-coordinate representation of color #E0E270: hue angle of 61.05º 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 #E0E270 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB224226112-
CMYK0.0100.500.11
HSL61.05º66.28%66.27%-
HSV(B)61.05º50.44%88.63%-
XYZ60.8671.4125.9-
YUV212.4171.34136.27-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.86%
GREEN value IS 226 (88.67% from 255) = 40.21%
BLUE value IS 112 (44.14% from 255) = 19.93%
R=39.86%
G=40.21%
B=19.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2242261120.0100.500.1161.0566.2866.27
HexE0E2701032B3d4242
Octal34034216010621375102102
Binary1110000011100010111000010110010101111110110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E270; }

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

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

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

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

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

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

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

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