#EEEFE5

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

Shades of Sugar Cane #EEEFE5

Tints of Sugar Cane #EEEFE5

Color information

#EEEFE5 (or 0xEEEFE5) is unknown color: approx Sugar Cane. HEX triplet: EE, EF and E5. RGB value is (238,239,229). Sum of RGB (Red+Green+Blue) = 238+239+229=706 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.71% from 706); Green value is 239 (93.75% from 255 or 33.85% from 706); Blue value is 229 (89.84% from 255 or 32.44% from 706); Max value from RGB is 239 - color contains mainly: green. Hex color #EEEFE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEFE5 is #11101A. Grayscale: #EDEDED. Windows color (decimal): -1118235 or 15069166. OLE color: 15069166.

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

Color convert

RGB238239229-
CMYK0.0000.040.06
HSL66º23.81%91.76%-
HSV(B)66º4.18%93.73%-
XYZ80.2785.5786.41-
YUV237.56123.17128.31-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.71%
GREEN value IS 239 (93.75% from 255) = 33.85%
BLUE value IS 229 (89.84% from 255) = 32.44%
R=33.71%
G=33.85%
B=32.44%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382392290.0000.040.066623.8191.76
HexEEEFE5004642185c
Octal356357345004610230134
Binary111011101110111111100101001001101000010110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEFE5; }

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

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

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

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

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

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

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

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