Html Css Color HEX #EDEDE8 Sugar Cane

📋 copy color: '#EDEDE8'

red 237 ◦ green 237 ◦ blue 232

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

Shades of Sugar Cane #EDEDE8

Tints of Sugar Cane #EDEDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 32.86%

R = 33.57%
G = 33.57%
B = 32.86%

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

#EDEDE8 (or 0xEDEDE8) is known color: Sugar Cane. HEX triplet: ED, ED and E8. RGB value is (237,237,232). Sum of RGB (Red+Green+Blue) = 237+237+232=706 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.57% from 706); Green value is 237 (92.97% from 255 or 33.57% from 706); Blue value is 232 (91.02% from 255 or 32.86% from 706); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEDE8 is #121217. Grayscale: #ECECEC. Windows color (decimal): -1184280 or 15265261. OLE color: 15265261.

HSL color Cylindrical-coordinate representation of color #EDEDE8: hue angle of 60º degrees, saturation: 0.12, 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 #EDEDE8 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 237 232 -
CMYK 0 0 0.02 0.07
HSL 60º 0.12% 0.92% -
HSV(B) 60º 0.02% 0.93% -
XYZ 79.77 84.4 88.43 -
YUV 236.43 125.5 128.41 -
System Red Green Blue C M Y K H S L
Decimal 237 237 232 0 0 0.02 0.07 60 0.12 0.92
Hex ED ED E8 0 0 2 7 3C C 5C
Octal 355 355 350 0 0 2 7 74 14 134
Binary 11101101 11101101 11101000 0 0 10 111 111100 1100 1011100

Color Harmonies of #EDEDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDE8

Black with #EDEDE8

Text Example


Text Example

White with #EDEDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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