Html Css Color HEX #EDEDE2 Sugar Cane

📋 copy color: '#EDEDE2'

red 237 ◦ green 237 ◦ blue 226

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

Shades of Sugar Cane #EDEDE2

Tints of Sugar Cane #EDEDE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 32.29%

R = 33.86%
G = 33.86%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EDEDE2 (or 0xEDEDE2) is known color: Sugar Cane. HEX triplet: ED, ED and E2. RGB value is (237,237,226). Sum of RGB (Red+Green+Blue) = 237+237+226=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 237 (92.97% from 255 or 33.86% from 700); Blue value is 226 (88.67% from 255 or 32.29% from 700); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDE2 is #12121D. Grayscale: #EBEBEB. Windows color (decimal): -1184286 or 14872045. OLE color: 14872045.

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

Color convert

RGB 237 237 226 -
CMYK 0 0 0.05 0.07
HSL 60º 0.23% 0.91% -
HSV(B) 60º 0.05% 0.93% -
XYZ 78.94 84.06 84.02 -
YUV 235.75 122.5 128.89 -
System Red Green Blue C M Y K H S L
Decimal 237 237 226 0 0 0.05 0.07 60 0.23 0.91
Hex ED ED E2 0 0 5 7 3C 17 5B
Octal 355 355 342 0 0 5 7 74 27 133
Binary 11101101 11101101 11100010 0 0 101 111 111100 10111 1011011

Color Harmonies of #EDEDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDE2

Black with #EDEDE2

Text Example


Text Example

White with #EDEDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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