#EEEFE1

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

Shades of Sugar Cane #EEEFE1

Tints of Sugar Cane #EEEFE1

Color information

#EEEFE1 (or 0xEEEFE1) is unknown color: approx Sugar Cane. HEX triplet: EE, EF and E1. RGB value is (238,239,225). Sum of RGB (Red+Green+Blue) = 238+239+225=702 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.90% from 702); Green value is 239 (93.75% from 255 or 34.05% from 702); Blue value is 225 (88.28% from 255 or 32.05% from 702); Max value from RGB is 239 - color contains mainly: green. Hex color #EEEFE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEFE1 is #11101E. Grayscale: #EDEDED. Windows color (decimal): -1118239 or 14807022. OLE color: 14807022.

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

Color convert

RGB238239225-
CMYK0.0000.060.06
HSL64.29º30.43%90.98%-
HSV(B)64.29º5.86%93.73%-
XYZ79.7285.3583.51-
YUV237.1121.17128.64-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.90%
GREEN value IS 239 (93.75% from 255) = 34.05%
BLUE value IS 225 (88.28% from 255) = 32.05%
R=33.90%
G=34.05%
B=32.05%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382392250.0000.060.0664.2930.4390.98
HexEEEFE10066401e5b
Octal356357341006610036133
Binary111011101110111111100001001101101000000111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEFE1; }

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

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

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

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

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

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

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

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