#EEDFA9

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

Shades of Sidecar #EEDFA9

Tints of Sidecar #EEDFA9

Color information

#EEDFA9 (or 0xEEDFA9) is unknown color: approx Sidecar. HEX triplet: EE, DF and A9. RGB value is (238,223,169). Sum of RGB (Red+Green+Blue) = 238+223+169=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 169 (66.41% from 255 or 26.83% from 630); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDFA9 is #112056. Grayscale: #DDDDDD. Windows color (decimal): -1122391 or 11132910. OLE color: 11132910.

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

Color convert

RGB238223169-
CMYK00.060.290.07
HSL46.96º66.99%79.8%-
HSV(B)46.96º28.99%93.33%-
XYZ68.8173.8248.16-
YUV221.3398.47139.89-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.78%
GREEN value IS 223 (87.5% from 255) = 35.40%
BLUE value IS 169 (66.41% from 255) = 26.83%
R=37.78%
G=35.40%
B=26.83%

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
Decimal23822316900.060.290.0746.9666.9979.8
HexEEDFA9061D72f4350
Octal3563372510635757103120
Binary11101110110111111010100101101110111110111110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFA9; }

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

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

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

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

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

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

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

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