#EEEEE0

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

Shades of Sugar Cane #EEEEE0

Tints of Sugar Cane #EEEEE0

Color information

#EEEEE0 (or 0xEEEEE0) is unknown color: approx Sugar Cane. HEX triplet: EE, EE and E0. RGB value is (238,238,224). Sum of RGB (Red+Green+Blue) = 238+238+224=700 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34% from 700); Green value is 238 (93.36% from 255 or 34% from 700); Blue value is 224 (87.89% from 255 or 32% from 700); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEEE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEEE0 is #11111F. Grayscale: #ECECEC. Windows color (decimal): -1118496 or 14741230. OLE color: 14741230.

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

Color convert

RGB238238224-
CMYK000.060.07
HSL60º29.17%90.59%-
HSV(B)60º5.88%93.33%-
XYZ79.2984.7182.69-
YUV236.4121129.14-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34%
GREEN value IS 238 (93.36% from 255) = 34%
BLUE value IS 224 (87.89% from 255) = 32%
R=34%
G=34%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238238224000.060.076029.1790.59
HexEEEEE000673c1d5b
Octal35635634000677435133
Binary11101110111011101110000000110111111100111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEEE0; }

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

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

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

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

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

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

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

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