#EEF1DE

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

Shades of Sugar Cane #EEF1DE

Tints of Sugar Cane #EEF1DE

Color information

#EEF1DE (or 0xEEF1DE) is unknown color: approx Sugar Cane. HEX triplet: EE, F1 and DE. RGB value is (238,241,222). Sum of RGB (Red+Green+Blue) = 238+241+222=701 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.95% from 701); Green value is 241 (94.53% from 255 or 34.38% from 701); Blue value is 222 (87.11% from 255 or 31.67% from 701); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF1DE is #110E21. Grayscale: #EEEEEE. Windows color (decimal): -1117730 or 14610926. OLE color: 14610926.

HSL color Cylindrical-coordinate representation of color #EEF1DE: hue angle of 69.47º degrees, saturation: 0.4, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEF1DE is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB238241222-
CMYK0.0100.080.05
HSL69.47º40.43%90.78%-
HSV(B)69.47º7.88%94.51%-
XYZ79.986.3681.57-
YUV237.94119.01128.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.95%
GREEN value IS 241 (94.53% from 255) = 34.38%
BLUE value IS 222 (87.11% from 255) = 31.67%
R=33.95%
G=34.38%
B=31.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382412220.0100.080.0569.4740.4390.78
HexEEF1DE108545285b
Octal3563613361010510550133
Binary11101110111100011101111010100010110001011010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF1DE; }

 p { color: rgb(238,241,222); }

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

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

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

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

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

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

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