Html Css Color HEX #EDF0DF Sugar Cane

📋 copy color: '#EDF0DF'

red 237 ◦ green 240 ◦ blue 223

#EDF0DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sugar Cane #EDF0DF

Tints of Sugar Cane #EDF0DF

RGB

 RED value IS 237 (92.97% from 255) = 33.86%

 GREEN value IS 240 (94.14% from 255) = 34.29%

 BLUE value IS 223 (87.5% from 255) = 31.86%

R = 33.86%
G = 34.29%
B = 31.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EDF0DF (or 0xEDF0DF) is known color: Sugar Cane. HEX triplet: ED, F0 and DF. RGB value is (237,240,223). Sum of RGB (Red+Green+Blue) = 237+240+223=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 240 (94.14% from 255 or 34.29% from 700); Blue value is 223 (87.5% from 255 or 31.86% from 700); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF0DF is #120F20. Grayscale: #EDEDED. Windows color (decimal): -1183521 or 14676205. OLE color: 14676205.

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

Color convert

RGB 237 240 223 -
CMYK 0.01 0 0.07 0.06
HSL 70.59º 0.36% 0.91% -
HSV(B) 70.59º 0.07% 0.94% -
XYZ 79.4 85.65 82.16 -
YUV 237.17 120.01 127.88 -
System Red Green Blue C M Y K H S L
Decimal 237 240 223 0.01 0 0.07 0.06 70.59 0.36 0.91
Hex ED F0 DF 1 0 7 6 47 24 5B
Octal 355 360 337 1 0 7 6 107 44 133
Binary 11101101 11110000 11011111 1 0 111 110 1000111 100100 1011011

Color Harmonies of #EDF0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF0DF

Black with #EDF0DF

Text Example


Text Example

White with #EDF0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF0DF; }

 p { color: rgb(237,240,223); }

 H1.HeaderClassName
 {
   color: #EDF0DF;
 }
 .AnyTagClassName
 {
   color: #EDF0DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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