Html Css Color HEX #EDEDEB Sugar Cane

📋 copy color: '#EDEDEB'

red 237 ◦ green 237 ◦ blue 235

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

Shades of Sugar Cane #EDEDEB

Tints of Sugar Cane #EDEDEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 33.15%

R = 33.43%
G = 33.43%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDEDEB (or 0xEDEDEB) is known color: Sugar Cane. HEX triplet: ED, ED and EB. RGB value is (237,237,235). Sum of RGB (Red+Green+Blue) = 237+237+235=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 237 (92.97% from 255 or 33.43% from 709); Blue value is 235 (92.19% from 255 or 33.15% from 709); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEDEB is #121214. Grayscale: #ECECEC. Windows color (decimal): -1184277 or 15461869. OLE color: 15461869.

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

Color convert

RGB 237 237 235 -
CMYK 0 0 0.01 0.07
HSL 60º 0.05% 0.93% -
HSV(B) 60º 0.01% 0.93% -
XYZ 80.2 84.57 90.69 -
YUV 236.77 127 128.16 -
System Red Green Blue C M Y K H S L
Decimal 237 237 235 0 0 0.01 0.07 60 0.05 0.93
Hex ED ED EB 0 0 1 7 3C 5 5D
Octal 355 355 353 0 0 1 7 74 5 135
Binary 11101101 11101101 11101011 0 0 1 111 111100 101 1011101

Color Harmonies of #EDEDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDEB

Black with #EDEDEB

Text Example


Text Example

White with #EDEDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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