#EDEFE4

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

Shades of Sugar Cane #EDEFE4

Tints of Sugar Cane #EDEFE4

Color information

#EDEFE4 (or 0xEDEFE4) is unknown color: approx Sugar Cane. HEX triplet: ED, EF and E4. RGB value is (237,239,228). Sum of RGB (Red+Green+Blue) = 237+239+228=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 239 (93.75% from 255 or 33.95% from 704); Blue value is 228 (89.45% from 255 or 32.39% from 704); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFE4 is #12101B. Grayscale: #EDEDED. Windows color (decimal): -1183772 or 15003629. OLE color: 15003629.

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

Color convert

RGB237239228-
CMYK0.0100.050.06
HSL70.91º25.58%91.57%-
HSV(B)70.91º4.6%93.73%-
XYZ79.885.3485.67-
YUV237.15122.84127.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.66%
GREEN value IS 239 (93.75% from 255) = 33.95%
BLUE value IS 228 (89.45% from 255) = 32.39%
R=33.66%
G=33.95%
B=32.39%

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
Decimal2372392280.0100.050.0670.9125.5891.57
HexEDEFE41056471a5c
Octal355357344105610732134
Binary111011011110111111100100101011101000111110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFE4; }

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

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

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

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

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

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

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

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