#EEDFAA

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

Shades of Sidecar #EEDFAA

Tints of Sidecar #EEDFAA

Color information

#EEDFAA (or 0xEEDFAA) is unknown color: approx Sidecar. HEX triplet: EE, DF and AA. RGB value is (238,223,170). Sum of RGB (Red+Green+Blue) = 238+223+170=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 170 (66.80% from 255 or 26.94% from 631); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDFAA is #112055. Grayscale: #DDDDDD. Windows color (decimal): -1122390 or 11198446. OLE color: 11198446.

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

Color convert

RGB238223170-
CMYK00.060.290.07
HSL46.76º66.67%80%-
HSV(B)46.76º28.57%93.33%-
XYZ68.973.8548.65-
YUV221.4498.97139.81-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.72%
GREEN value IS 223 (87.5% from 255) = 35.34%
BLUE value IS 170 (66.80% from 255) = 26.94%
R=37.72%
G=35.34%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822317000.060.290.0746.7666.6780
HexEEDFAA061D72f4350
Octal3563372520635757103120
Binary11101110110111111010101001101110111110111110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFAA; }

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

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

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

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

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

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

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

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