#EBEEDD

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

Shades of Sugar Cane #EBEEDD

Tints of Sugar Cane #EBEEDD

Color information

#EBEEDD (or 0xEBEEDD) is unknown color: approx Sugar Cane. HEX triplet: EB, EE and DD. RGB value is (235,238,221). Sum of RGB (Red+Green+Blue) = 235+238+221=694 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.86% from 694); Green value is 238 (93.36% from 255 or 34.29% from 694); Blue value is 221 (86.72% from 255 or 31.84% from 694); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEEDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEEDD is #141122. Grayscale: #EBEBEB. Windows color (decimal): -1315107 or 14544619. OLE color: 14544619.

HSL color Cylindrical-coordinate representation of color #EBEEDD: hue angle of 70.59º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBEEDD is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB235238221-
CMYK0.0100.070.07
HSL70.59º33.33%90%-
HSV(B)70.59º7.14%93.33%-
XYZ77.8984.0380.52-
YUV235.17120.01127.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.86%
GREEN value IS 238 (93.36% from 255) = 34.29%
BLUE value IS 221 (86.72% from 255) = 31.84%
R=33.86%
G=34.29%
B=31.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352382210.0100.070.0770.5933.3390
HexEBEEDD107747215a
Octal353356335107710741132
Binary1110101111101110110111011011111110001111000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEEDD; }

 p { color: rgb(235,238,221); }

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

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

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

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

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

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

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