#EEEED7

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

Shades of Sugar Cane #EEEED7

Tints of Sugar Cane #EEEED7

Color information

#EEEED7 (or 0xEEEED7) is unknown color: approx Sugar Cane. HEX triplet: EE, EE and D7. RGB value is (238,238,215). Sum of RGB (Red+Green+Blue) = 238+238+215=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 238 (93.36% from 255 or 34.44% from 691); Blue value is 215 (84.38% from 255 or 31.11% from 691); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEED7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEED7 is #111128. Grayscale: #EBEBEB. Windows color (decimal): -1118505 or 14151406. OLE color: 14151406.

HSL color Cylindrical-coordinate representation of color #EEEED7: hue angle of 60º degrees, saturation: 0.4, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEEED7 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB238238215-
CMYK000.100.07
HSL60º40.35%88.82%-
HSV(B)60º9.66%93.33%-
XYZ78.184.2376.43-
YUV235.38116.5129.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.44%
GREEN value IS 238 (93.36% from 255) = 34.44%
BLUE value IS 215 (84.38% from 255) = 31.11%
R=34.44%
G=34.44%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238238215000.100.076040.3588.82
HexEEEED700A73c2859
Octal356356327001277450131
Binary1110111011101110110101110010101111111001010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEED7; }

 p { color: rgb(238,238,215); }

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

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

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

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

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

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

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