#EEEEEA

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

Shades of Sugar Cane #EEEEEA

Tints of Sugar Cane #EEEEEA

Color information

#EEEEEA (or 0xEEEEEA) is unknown color: approx Sugar Cane. HEX triplet: EE, EE and EA. RGB value is (238,238,234). Sum of RGB (Red+Green+Blue) = 238+238+234=710 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.52% from 710); Green value is 238 (93.36% from 255 or 33.52% from 710); Blue value is 234 (91.80% from 255 or 32.96% from 710); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEEEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEEEA is #111115. Grayscale: #EDEDED. Windows color (decimal): -1118486 or 15396590. OLE color: 15396590.

HSL color Cylindrical-coordinate representation of color #EEEEEA: hue angle of 60º degrees, saturation: 0.11, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EEEEEA is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB238238234-
CMYK000.020.07
HSL60º10.53%92.55%-
HSV(B)60º1.68%93.33%-
XYZ80.6985.2790.05-
YUV237.54126128.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.52%
GREEN value IS 238 (93.36% from 255) = 33.52%
BLUE value IS 234 (91.80% from 255) = 32.96%
R=33.52%
G=33.52%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238238234000.020.076010.5392.55
HexEEEEEA00273cb5d
Octal35635635200277413135
Binary111011101110111011101010001011111110010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEEEA; }

 p { color: rgb(238,238,234); }

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

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

 a { background-color: rgb(238,238,234); }

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

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

 span { border-color: rgb(238,238,234); }

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