Html Css Color HEX #EDF0D9 Sugar Cane

📋 copy color: '#EDF0D9'

red 237 ◦ green 240 ◦ blue 217

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

Shades of Sugar Cane #EDF0D9

Tints of Sugar Cane #EDF0D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 31.27%

R = 34.15%
G = 34.58%
B = 31.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EDF0D9 (or 0xEDF0D9) is known color: Sugar Cane. HEX triplet: ED, F0 and D9. RGB value is (237,240,217). Sum of RGB (Red+Green+Blue) = 237+240+217=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 240 (94.14% from 255 or 34.58% from 694); Blue value is 217 (85.16% from 255 or 31.27% from 694); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF0D9 is #120F26. Grayscale: #ECECEC. Windows color (decimal): -1183527 or 14282989. OLE color: 14282989.

HSL color Cylindrical-coordinate representation of color #EDF0D9: hue angle of 67.83º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDF0D9 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 217 -
CMYK 0.01 0 0.10 0.06
HSL 67.83º 0.43% 0.9% -
HSV(B) 67.83º 0.1% 0.94% -
XYZ 78.61 85.33 77.97 -
YUV 236.48 117.01 128.37 -
System Red Green Blue C M Y K H S L
Decimal 237 240 217 0.01 0 0.10 0.06 67.83 0.43 0.9
Hex ED F0 D9 1 0 A 6 44 2B 5A
Octal 355 360 331 1 0 12 6 104 53 132
Binary 11101101 11110000 11011001 1 0 1010 110 1000100 101011 1011010

Color Harmonies of #EDF0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF0D9

Black with #EDF0D9

Text Example


Text Example

White with #EDF0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF0D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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