#EDEEE4

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

Shades of Sugar Cane #EDEEE4

Tints of Sugar Cane #EDEEE4

Color information

#EDEEE4 (or 0xEDEEE4) is unknown color: approx Sugar Cane. HEX triplet: ED, EE and E4. RGB value is (237,238,228). Sum of RGB (Red+Green+Blue) = 237+238+228=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 238 (93.36% from 255 or 33.85% from 703); Blue value is 228 (89.45% from 255 or 32.43% from 703); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEEE4 is #12111B. Grayscale: #ECECEC. Windows color (decimal): -1184028 or 15003373. OLE color: 15003373.

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

Color convert

RGB237238228-
CMYK0.0000.040.07
HSL66º22.73%91.37%-
HSV(B)66º4.2%93.33%-
XYZ79.584.7685.57-
YUV236.56123.17128.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.71%
GREEN value IS 238 (93.36% from 255) = 33.85%
BLUE value IS 228 (89.45% from 255) = 32.43%
R=33.71%
G=33.85%
B=32.43%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372382280.0000.040.076622.7391.37
HexEDEEE4004742175b
Octal355356344004710227133
Binary111011011110111011100100001001111000010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEEE4; }

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

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

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

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

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

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

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

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