Html Css Color HEX #EDEED9 Sugar Cane

📋 copy color: '#EDEED9'

red 237 ◦ green 238 ◦ blue 217

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

Shades of Sugar Cane #EDEED9

Tints of Sugar Cane #EDEED9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.39%

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

R = 34.25%
G = 34.39%
B = 31.36%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EDEED9 (or 0xEDEED9) is known color: Sugar Cane. HEX triplet: ED, EE and D9. RGB value is (237,238,217). Sum of RGB (Red+Green+Blue) = 237+238+217=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 238 (93.36% from 255 or 34.39% from 692); Blue value is 217 (85.16% from 255 or 31.36% from 692); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEED9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEED9 is #121126. Grayscale: #EBEBEB. Windows color (decimal): -1184039 or 14282477. OLE color: 14282477.

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

Color convert

RGB 237 238 217 -
CMYK 0.00 0 0.09 0.07
HSL 62.86º 0.38% 0.89% -
HSV(B) 62.86º 0.09% 0.93% -
XYZ 78.02 84.16 77.78 -
YUV 235.31 117.67 129.21 -
System Red Green Blue C M Y K H S L
Decimal 237 238 217 0.00 0 0.09 0.07 62.86 0.38 0.89
Hex ED EE D9 0 0 9 7 3F 26 59
Octal 355 356 331 0 0 11 7 77 46 131
Binary 11101101 11101110 11011001 0 0 1001 111 111111 100110 1011001

Color Harmonies of #EDEED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEED9

Black with #EDEED9

Text Example


Text Example

White with #EDEED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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