#EEF1DA

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

Shades of Sugar Cane #EEF1DA

Tints of Sugar Cane #EEF1DA

Color information

#EEF1DA (or 0xEEF1DA) is unknown color: approx Sugar Cane. HEX triplet: EE, F1 and DA. RGB value is (238,241,218). Sum of RGB (Red+Green+Blue) = 238+241+218=697 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.15% from 697); Green value is 241 (94.53% from 255 or 34.58% from 697); Blue value is 218 (85.55% from 255 or 31.28% from 697); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF1DA is #110E25. Grayscale: #EDEDED. Windows color (decimal): -1117734 or 14348782. OLE color: 14348782.

HSL color Cylindrical-coordinate representation of color #EEF1DA: hue angle of 67.83º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEF1DA is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB238241218-
CMYK0.0100.100.05
HSL67.83º45.1%90%-
HSV(B)67.83º9.54%94.51%-
XYZ79.3786.1578.77-
YUV237.48117.01128.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.15%
GREEN value IS 241 (94.53% from 255) = 34.58%
BLUE value IS 218 (85.55% from 255) = 31.28%
R=34.15%
G=34.58%
B=31.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382412180.0100.100.0567.8345.190
HexEEF1DA10A5442d5a
Octal3563613321012510455132
Binary11101110111100011101101010101010110001001011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF1DA; }

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

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

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

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

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

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

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

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