Html Css Color HEX #EDEDE9 Sugar Cane

📋 copy color: '#EDEDE9'

red 237 ◦ green 237 ◦ blue 233

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

Shades of Sugar Cane #EDEDE9

Tints of Sugar Cane #EDEDE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 32.96%

R = 33.52%
G = 33.52%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EDEDE9 (or 0xEDEDE9) is known color: Sugar Cane. HEX triplet: ED, ED and E9. RGB value is (237,237,233). Sum of RGB (Red+Green+Blue) = 237+237+233=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 237 (92.97% from 255 or 33.52% from 707); Blue value is 233 (91.41% from 255 or 32.96% from 707); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEDE9 is #121216. Grayscale: #ECECEC. Windows color (decimal): -1184279 or 15330797. OLE color: 15330797.

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

Color convert

RGB 237 237 233 -
CMYK 0 0 0.02 0.07
HSL 60º 0.1% 0.92% -
HSV(B) 60º 0.02% 0.93% -
XYZ 79.92 84.46 89.18 -
YUV 236.54 126 128.33 -
System Red Green Blue C M Y K H S L
Decimal 237 237 233 0 0 0.02 0.07 60 0.1 0.92
Hex ED ED E9 0 0 2 7 3C A 5C
Octal 355 355 351 0 0 2 7 74 12 134
Binary 11101101 11101101 11101001 0 0 10 111 111100 1010 1011100

Color Harmonies of #EDEDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDE9

Black with #EDEDE9

Text Example


Text Example

White with #EDEDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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