Html Css Color HEX #EDEDD6 Sugar Cane

📋 copy color: '#EDEDD6'

red 237 ◦ green 237 ◦ blue 214

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

Shades of Sugar Cane #EDEDD6

Tints of Sugar Cane #EDEDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 31.1%

R = 34.45%
G = 34.45%
B = 31.1%

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

#EDEDD6 (or 0xEDEDD6) is known color: Sugar Cane. HEX triplet: ED, ED and D6. RGB value is (237,237,214). Sum of RGB (Red+Green+Blue) = 237+237+214=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 214 (83.98% from 255 or 31.10% from 688); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDD6 is #121229. Grayscale: #EAEAEA. Windows color (decimal): -1184298 or 14085613. OLE color: 14085613.

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

Color convert

RGB 237 237 214 -
CMYK 0 0 0.10 0.07
HSL 60º 0.39% 0.88% -
HSV(B) 60º 0.1% 0.93% -
XYZ 77.35 83.43 75.64 -
YUV 234.38 116.5 129.87 -
System Red Green Blue C M Y K H S L
Decimal 237 237 214 0 0 0.10 0.07 60 0.39 0.88
Hex ED ED D6 0 0 A 7 3C 27 58
Octal 355 355 326 0 0 12 7 74 47 130
Binary 11101101 11101101 11010110 0 0 1010 111 111100 100111 1011000

Color Harmonies of #EDEDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDD6

Black with #EDEDD6

Text Example


Text Example

White with #EDEDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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