#EDEDE1

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

Shades of Sugar Cane #EDEDE1

Tints of Sugar Cane #EDEDE1

Color information

#EDEDE1 (or 0xEDEDE1) is unknown color: approx Sugar Cane. HEX triplet: ED, ED and E1. RGB value is (237,237,225). Sum of RGB (Red+Green+Blue) = 237+237+225=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 237 (92.97% from 255 or 33.91% from 699); Blue value is 225 (88.28% from 255 or 32.19% from 699); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDE1 is #12121E. Grayscale: #EBEBEB. Windows color (decimal): -1184287 or 14806509. OLE color: 14806509.

HSL color Cylindrical-coordinate representation of color #EDEDE1: hue angle of 60º degrees, saturation: 0.25, 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 #EDEDE1 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB237237225-
CMYK000.050.07
HSL60º25%90.59%-
HSV(B)60º5.06%92.94%-
XYZ78.884.0183.3-
YUV235.63122128.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.91%
GREEN value IS 237 (92.97% from 255) = 33.91%
BLUE value IS 225 (88.28% from 255) = 32.19%
R=33.91%
G=33.91%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237225000.050.07602590.59
HexEDEDE100573c195b
Octal35535534100577431133
Binary11101101111011011110000100101111111100110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDE1; }

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

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

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

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

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

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

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

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