#E1E268

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

Shades of Goldenrod #E1E268

Tints of Goldenrod #E1E268

Color information

#E1E268 (or 0xE1E268) is unknown color: approx Goldenrod. HEX triplet: E1, E2 and 68. RGB value is (225,226,104). Sum of RGB (Red+Green+Blue) = 225+226+104=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 226 (88.67% from 255 or 40.72% from 555); Blue value is 104 (41.02% from 255 or 18.74% from 555); Max value from RGB is 226 - color contains mainly: green. Hex color #E1E268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1E268 is #1E1D97. Grayscale: #D4D4D4. Windows color (decimal): -1973656 or 6873825. OLE color: 6873825.

HSL color Cylindrical-coordinate representation of color #E1E268: hue angle of 60.49º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E1E268 is Cyan = 0.00, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB225226104-
CMYK0.0000.540.11
HSL60.49º67.78%64.71%-
HSV(B)60.49º53.98%88.63%-
XYZ60.7571.423.68-
YUV211.7967.17137.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.54%
GREEN value IS 226 (88.67% from 255) = 40.72%
BLUE value IS 104 (41.02% from 255) = 18.74%
R=40.54%
G=40.72%
B=18.74%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2252261040.0000.540.1160.4967.7864.71
HexE1E2680036B3c4441
Octal34134215000661374104101
Binary1110000111100010110100000110110101111110010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E268; }

 p { color: rgb(225,226,104); }

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

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

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

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

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

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

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