#EDEDE3

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

Shades of Sugar Cane #EDEDE3

Tints of Sugar Cane #EDEDE3

Color information

#EDEDE3 (or 0xEDEDE3) is unknown color: approx Sugar Cane. HEX triplet: ED, ED and E3. RGB value is (237,237,227). Sum of RGB (Red+Green+Blue) = 237+237+227=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 237 (92.97% from 255 or 33.81% from 701); Blue value is 227 (89.06% from 255 or 32.38% from 701); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDE3 is #12121C. Grayscale: #EBEBEB. Windows color (decimal): -1184285 or 14937581. OLE color: 14937581.

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

Color convert

RGB237237227-
CMYK000.040.07
HSL60º21.74%90.98%-
HSV(B)60º4.22%92.94%-
XYZ79.0784.1284.74-
YUV235.86123128.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.81%
GREEN value IS 237 (92.97% from 255) = 33.81%
BLUE value IS 227 (89.06% from 255) = 32.38%
R=33.81%
G=33.81%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237227000.040.076021.7490.98
HexEDEDE300473c165b
Octal35535534300477426133
Binary11101101111011011110001100100111111100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDE3; }

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

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

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

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

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

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

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

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