#E0E273

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

Shades of Goldenrod #E0E273

Tints of Goldenrod #E0E273

Color information

#E0E273 (or 0xE0E273) is unknown color: approx Goldenrod. HEX triplet: E0, E2 and 73. RGB value is (224,226,115). Sum of RGB (Red+Green+Blue) = 224+226+115=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 226 (88.67% from 255 or 40% from 565); Blue value is 115 (45.31% from 255 or 20.35% from 565); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E273 is #1F1D8C. Grayscale: #D5D5D5. Windows color (decimal): -2039181 or 7594720. OLE color: 7594720.

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

Color convert

RGB224226115-
CMYK0.0100.490.11
HSL61.08º65.68%66.86%-
HSV(B)61.08º49.12%88.63%-
XYZ61.0371.4826.8-
YUV212.7572.84136.03-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.65%
GREEN value IS 226 (88.67% from 255) = 40%
BLUE value IS 115 (45.31% from 255) = 20.35%
R=39.65%
G=40%
B=20.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2242261150.0100.490.1161.0865.6866.86
HexE0E2731031B3d4243
Octal34034216310611375102103
Binary1110000011100010111001110110001101111110110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E273; }

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

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

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

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

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

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

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

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