#EEF1D8

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

Shades of Sugar Cane #EEF1D8

Tints of Sugar Cane #EEF1D8

Color information

#EEF1D8 (or 0xEEF1D8) is unknown color: approx Sugar Cane. HEX triplet: EE, F1 and D8. RGB value is (238,241,216). Sum of RGB (Red+Green+Blue) = 238+241+216=695 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.24% from 695); Green value is 241 (94.53% from 255 or 34.68% from 695); Blue value is 216 (84.77% from 255 or 31.08% from 695); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF1D8 is #110E27. Grayscale: #EDEDED. Windows color (decimal): -1117736 or 14217710. OLE color: 14217710.

HSL color Cylindrical-coordinate representation of color #EEF1D8: hue angle of 67.2º degrees, saturation: 0.47, 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 #EEF1D8 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB238241216-
CMYK0.0100.100.05
HSL67.2º47.17%89.61%-
HSV(B)67.2º10.37%94.51%-
XYZ79.1186.0577.4-
YUV237.25116.01128.53-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.24%
GREEN value IS 241 (94.53% from 255) = 34.68%
BLUE value IS 216 (84.77% from 255) = 31.08%
R=34.24%
G=34.68%
B=31.08%

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
Decimal2382412160.0100.100.0567.247.1789.61
HexEEF1D810A5432f5a
Octal3563613301012510357132
Binary11101110111100011101100010101010110000111011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF1D8; }

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

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

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

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

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

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

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

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