#E1E16A

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

Shades of Goldenrod #E1E16A

Tints of Goldenrod #E1E16A

Color information

#E1E16A (or 0xE1E16A) is unknown color: approx Goldenrod. HEX triplet: E1, E1 and 6A. RGB value is (225,225,106). Sum of RGB (Red+Green+Blue) = 225+225+106=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 225 (88.28% from 255 or 40.47% from 556); Blue value is 106 (41.80% from 255 or 19.06% from 556); Max value from RGB is 225 - color contains mainly: red, green. Hex color #E1E16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1E16A is #1E1E95. Grayscale: #D3D3D3. Windows color (decimal): -1973910 or 7004641. OLE color: 7004641.

HSL color Cylindrical-coordinate representation of color #E1E16A: hue angle of 60º 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 #E1E16A is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB225225106-
CMYK000.530.12
HSL60º66.48%64.9%-
HSV(B)60º52.89%88.24%-
XYZ60.5870.924.13-
YUV211.4368.5137.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.47%
GREEN value IS 225 (88.28% from 255) = 40.47%
BLUE value IS 106 (41.80% from 255) = 19.06%
R=40.47%
G=40.47%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225225106000.530.126066.4864.9
HexE1E16A0035C3c4241
Octal34134115200651474102101
Binary1110000111100001110101000110101110011110010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E16A; }

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

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

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

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

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

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

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

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