#EDEFE3

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

Shades of Sugar Cane #EDEFE3

Tints of Sugar Cane #EDEFE3

Color information

#EDEFE3 (or 0xEDEFE3) is unknown color: approx Sugar Cane. HEX triplet: ED, EF and E3. RGB value is (237,239,227). Sum of RGB (Red+Green+Blue) = 237+239+227=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 227 (89.06% from 255 or 32.29% from 703); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFE3 is #12101C. Grayscale: #EDEDED. Windows color (decimal): -1183773 or 14938093. OLE color: 14938093.

HSL color Cylindrical-coordinate representation of color #EDEFE3: hue angle of 70º degrees, saturation: 0.27, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDEFE3 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB237239227-
CMYK0.0100.050.06
HSL70º27.27%91.37%-
HSV(B)70º5.02%93.73%-
XYZ79.6685.2884.94-
YUV237.03122.34127.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.71%
GREEN value IS 239 (93.75% from 255) = 34.00%
BLUE value IS 227 (89.06% from 255) = 32.29%
R=33.71%
G=34.00%
B=32.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372392270.0100.050.067027.2791.37
HexEDEFE31056461b5b
Octal355357343105610633133
Binary111011011110111111100011101011101000110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFE3; }

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

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

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

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

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

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

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

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