Html Css Color HEX #EDEDE7 Sugar Cane

📋 copy color: '#EDEDE7'

red 237 ◦ green 237 ◦ blue 231

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

Shades of Sugar Cane #EDEDE7

Tints of Sugar Cane #EDEDE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 32.77%

R = 33.62%
G = 33.62%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EDEDE7 (or 0xEDEDE7) is known color: Sugar Cane. HEX triplet: ED, ED and E7. RGB value is (237,237,231). Sum of RGB (Red+Green+Blue) = 237+237+231=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 237 (92.97% from 255 or 33.62% from 705); Blue value is 231 (90.62% from 255 or 32.77% from 705); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEDE7 is #121218. Grayscale: #ECECEC. Windows color (decimal): -1184281 or 15199725. OLE color: 15199725.

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

Color convert

RGB 237 237 231 -
CMYK 0 0 0.03 0.07
HSL 60º 0.14% 0.92% -
HSV(B) 60º 0.03% 0.93% -
XYZ 79.63 84.34 87.68 -
YUV 236.32 125 128.49 -
System Red Green Blue C M Y K H S L
Decimal 237 237 231 0 0 0.03 0.07 60 0.14 0.92
Hex ED ED E7 0 0 3 7 3C E 5C
Octal 355 355 347 0 0 3 7 74 16 134
Binary 11101101 11101101 11100111 0 0 11 111 111100 1110 1011100

Color Harmonies of #EDEDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDE7

Black with #EDEDE7

Text Example


Text Example

White with #EDEDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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