#EEEFE2

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

Shades of Sugar Cane #EEEFE2

Tints of Sugar Cane #EEEFE2

Color information

#EEEFE2 (or 0xEEEFE2) is unknown color: approx Sugar Cane. HEX triplet: EE, EF and E2. RGB value is (238,239,226). Sum of RGB (Red+Green+Blue) = 238+239+226=703 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.85% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 226 (88.67% from 255 or 32.15% from 703); Max value from RGB is 239 - color contains mainly: green. Hex color #EEEFE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEFE2 is #11101D. Grayscale: #EDEDED. Windows color (decimal): -1118238 or 14872558. OLE color: 14872558.

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

Color convert

RGB238239226-
CMYK0.0000.050.06
HSL64.62º28.89%91.18%-
HSV(B)64.62º5.44%93.73%-
XYZ79.8585.484.23-
YUV237.22121.67128.56-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.85%
GREEN value IS 239 (93.75% from 255) = 34.00%
BLUE value IS 226 (88.67% from 255) = 32.15%
R=33.85%
G=34.00%
B=32.15%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382392260.0000.050.0664.6228.8991.18
HexEEEFE20056411d5b
Octal356357342005610135133
Binary111011101110111111100010001011101000001111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEFE2; }

 p { color: rgb(238,239,226); }

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

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

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

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

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

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

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