#EDEEE1

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

Shades of Sugar Cane #EDEEE1

Tints of Sugar Cane #EDEEE1

Color information

#EDEEE1 (or 0xEDEEE1) is unknown color: approx Sugar Cane. HEX triplet: ED, EE and E1. RGB value is (237,238,225). Sum of RGB (Red+Green+Blue) = 237+238+225=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 238 (93.36% from 255 or 34% from 700); Blue value is 225 (88.28% from 255 or 32.14% from 700); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEEE1 is #12111E. Grayscale: #ECECEC. Windows color (decimal): -1184031 or 14806765. OLE color: 14806765.

HSL color Cylindrical-coordinate representation of color #EDEEE1: hue angle of 64.62º degrees, saturation: 0.28, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDEEE1 is Cyan = 0.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB237238225-
CMYK0.0000.050.07
HSL64.62º27.66%90.78%-
HSV(B)64.62º5.46%93.33%-
XYZ79.0984.5983.39-
YUV236.22121.67128.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.86%
GREEN value IS 238 (93.36% from 255) = 34%
BLUE value IS 225 (88.28% from 255) = 32.14%
R=33.86%
G=34%
B=32.14%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372382250.0000.050.0764.6227.6690.78
HexEDEEE10057411c5b
Octal355356341005710134133
Binary111011011110111011100001001011111000001111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEEE1; }

 p { color: rgb(237,238,225); }

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

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

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

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

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

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

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