Html Css Color HEX #EDEDD5 Sugar Cane

📋 copy color: '#EDEDD5'

red 237 ◦ green 237 ◦ blue 213

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

Shades of Sugar Cane #EDEDD5

Tints of Sugar Cane #EDEDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 31%

R = 34.5%
G = 34.5%
B = 31%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EDEDD5 (or 0xEDEDD5) is known color: Sugar Cane. HEX triplet: ED, ED and D5. RGB value is (237,237,213). Sum of RGB (Red+Green+Blue) = 237+237+213=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 213 (83.59% from 255 or 31.00% from 687); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDD5 is #12122A. Grayscale: #EAEAEA. Windows color (decimal): -1184299 or 14020077. OLE color: 14020077.

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

Color convert

RGB 237 237 213 -
CMYK 0 0 0.10 0.07
HSL 60º 0.4% 0.88% -
HSV(B) 60º 0.1% 0.93% -
XYZ 77.22 83.38 74.97 -
YUV 234.26 116 129.95 -
System Red Green Blue C M Y K H S L
Decimal 237 237 213 0 0 0.10 0.07 60 0.4 0.88
Hex ED ED D5 0 0 A 7 3C 28 58
Octal 355 355 325 0 0 12 7 74 50 130
Binary 11101101 11101101 11010101 0 0 1010 111 111100 101000 1011000

Color Harmonies of #EDEDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDD5

Black with #EDEDD5

Text Example


Text Example

White with #EDEDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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