#EDDFAA

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

Shades of Sidecar #EDDFAA

Tints of Sidecar #EDDFAA

Color information

#EDDFAA (or 0xEDDFAA) is unknown color: approx Sidecar. HEX triplet: ED, DF and AA. RGB value is (237,223,170). Sum of RGB (Red+Green+Blue) = 237+223+170=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 170 (66.80% from 255 or 26.98% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDFAA is #122055. Grayscale: #DDDDDD. Windows color (decimal): -1187926 or 11198445. OLE color: 11198445.

HSL color Cylindrical-coordinate representation of color #EDDFAA: hue angle of 47.46º 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 #EDDFAA is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB237223170-
CMYK00.060.280.07
HSL47.46º65.05%79.8%-
HSV(B)47.46º28.27%92.94%-
XYZ68.5773.6848.64-
YUV221.1499.14139.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.62%
GREEN value IS 223 (87.5% from 255) = 35.40%
BLUE value IS 170 (66.80% from 255) = 26.98%
R=37.62%
G=35.40%
B=26.98%

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
Decimal23722317000.060.280.0747.4665.0579.8
HexEDDFAA061C72f4150
Octal3553372520634757101120
Binary11101101110111111010101001101110011110111110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDFAA; }

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

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

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

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

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

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

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

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