#EDDEAA

Color #EDDEAA Sidecar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sidecar #EDDEAA

Tints of Sidecar #EDDEAA

Color information

#EDDEAA (or 0xEDDEAA) is unknown color: approx Sidecar. HEX triplet: ED, DE and AA. RGB value is (237,222,170). Sum of RGB (Red+Green+Blue) = 237+222+170=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 170 (66.80% from 255 or 27.03% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDEAA is #122155. Grayscale: #DCDCDC. Windows color (decimal): -1188182 or 11198189. OLE color: 11198189.

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

Color convert

RGB237222170-
CMYK00.060.280.07
HSL46.57º65.05%79.8%-
HSV(B)46.57º28.27%92.94%-
XYZ68.373.1548.55-
YUV220.5699.47139.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.68%
GREEN value IS 222 (87.11% from 255) = 35.29%
BLUE value IS 170 (66.80% from 255) = 27.03%
R=37.68%
G=35.29%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722217000.060.280.0746.5765.0579.8
HexEDDEAA061C72f4150
Octal3553362520634757101120
Binary11101101110111101010101001101110011110111110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDEAA; }

 p { color: rgb(237,222,170); }

 H1.HeaderClassName
 {
   color: #EDDEAA;
 }
 .AnyTagClassName
 {
   color: #EDDEAA;
 }
</style>
background-color css

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

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

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

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

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

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