Html Css Color HEX #EDEDD9 Sugar Cane

📋 copy color: '#EDEDD9'

red 237 ◦ green 237 ◦ blue 217

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

Shades of Sugar Cane #EDEDD9

Tints of Sugar Cane #EDEDD9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.3%

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

R = 34.3%
G = 34.3%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDEDD9 (or 0xEDEDD9) is known color: Sugar Cane. HEX triplet: ED, ED and D9. RGB value is (237,237,217). Sum of RGB (Red+Green+Blue) = 237+237+217=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 237 (92.97% from 255 or 34.30% from 691); Blue value is 217 (85.16% from 255 or 31.40% from 691); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDD9 is #121226. Grayscale: #EAEAEA. Windows color (decimal): -1184295 or 14282221. OLE color: 14282221.

HSL color Cylindrical-coordinate representation of color #EDEDD9: hue angle of 60º degrees, saturation: 0.36, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDEDD9 is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 237 217 -
CMYK 0 0 0.08 0.07
HSL 60º 0.36% 0.89% -
HSV(B) 60º 0.08% 0.93% -
XYZ 77.73 83.58 77.68 -
YUV 234.72 118 129.63 -
System Red Green Blue C M Y K H S L
Decimal 237 237 217 0 0 0.08 0.07 60 0.36 0.89
Hex ED ED D9 0 0 8 7 3C 24 59
Octal 355 355 331 0 0 10 7 74 44 131
Binary 11101101 11101101 11011001 0 0 1000 111 111100 100100 1011001

Color Harmonies of #EDEDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDD9

Black with #EDEDD9

Text Example


Text Example

White with #EDEDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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