#E0E16A

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

Shades of Goldenrod #E0E16A

Tints of Goldenrod #E0E16A

Color information

#E0E16A (or 0xE0E16A) is unknown color: approx Goldenrod. HEX triplet: E0, E1 and 6A. RGB value is (224,225,106). Sum of RGB (Red+Green+Blue) = 224+225+106=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 225 (88.28% from 255 or 40.54% from 555); Blue value is 106 (41.80% from 255 or 19.10% from 555); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E16A is #1F1E95. Grayscale: #D3D3D3. Windows color (decimal): -2039446 or 7004640. OLE color: 7004640.

HSL color Cylindrical-coordinate representation of color #E0E16A: hue angle of 60.5º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E0E16A is Cyan = 0.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB224225106-
CMYK0.0000.530.12
HSL60.5º66.48%64.9%-
HSV(B)60.5º52.89%88.24%-
XYZ60.2770.7424.11-
YUV211.1468.67137.18-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.36%
GREEN value IS 225 (88.28% from 255) = 40.54%
BLUE value IS 106 (41.80% from 255) = 19.10%
R=40.36%
G=40.54%
B=19.10%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242251060.0000.530.1260.566.4864.9
HexE0E16A0035C3d4241
Octal34034115200651475102101
Binary1110000011100001110101000110101110011110110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E16A; }

 p { color: rgb(224,225,106); }

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

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

 a { background-color: rgb(224,225,106); }

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

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

 span { border-color: rgb(224,225,106); }

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