#E6E06E

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

Shades of Goldenrod #E6E06E

Tints of Goldenrod #E6E06E

Color information

#E6E06E (or 0xE6E06E) is unknown color: approx Goldenrod. HEX triplet: E6, E0 and 6E. RGB value is (230,224,110). Sum of RGB (Red+Green+Blue) = 230+224+110=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 224 (87.89% from 255 or 39.72% from 564); Blue value is 110 (43.36% from 255 or 19.50% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E06E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6E06E is #191F91. Grayscale: #D5D5D5. Windows color (decimal): -1646482 or 7266534. OLE color: 7266534.

HSL color Cylindrical-coordinate representation of color #E6E06E: hue angle of 57º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E6E06E is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB230224110-
CMYK00.030.520.10
HSL57º70.59%66.67%-
HSV(B)57º52.17%90.2%-
XYZ62.171.2625.23-
YUV212.869.99140.27-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.78%
GREEN value IS 224 (87.89% from 255) = 39.72%
BLUE value IS 110 (43.36% from 255) = 19.50%
R=40.78%
G=39.72%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022411000.030.520.105770.5966.67
HexE6E06E0334A394743
Octal34634015603641271107103
Binary11100110111000001101110011110100101011100110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E06E; }

 p { color: rgb(230,224,110); }

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

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

 a { background-color: rgb(230,224,110); }

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

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

 span { border-color: rgb(230,224,110); }

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