#EDEED4

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

Shades of Sugar Cane #EDEED4

Tints of Sugar Cane #EDEED4

Color information

#EDEED4 (or 0xEDEED4) is unknown color: approx Sugar Cane. HEX triplet: ED, EE and D4. RGB value is (237,238,212). Sum of RGB (Red+Green+Blue) = 237+238+212=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 238 (93.36% from 255 or 34.64% from 687); Blue value is 212 (83.20% from 255 or 30.86% from 687); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEED4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEED4 is #12112B. Grayscale: #EAEAEA. Windows color (decimal): -1184044 or 13954797. OLE color: 13954797.

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

Color convert

RGB237238212-
CMYK0.0000.110.07
HSL62.31º43.33%88.24%-
HSV(B)62.31º10.92%93.33%-
XYZ77.3883.9174.4-
YUV234.74115.17129.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.50%
GREEN value IS 238 (93.36% from 255) = 34.64%
BLUE value IS 212 (83.20% from 255) = 30.86%
R=34.50%
G=34.64%
B=30.86%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372382120.0000.110.0762.3143.3388.24
HexEDEED400B73e2b58
Octal355356324001377653130
Binary1110110111101110110101000010111111111101010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEED4; }

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

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

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

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

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

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

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

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