#EEDFAD

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

Shades of Sidecar #EEDFAD

Tints of Sidecar #EEDFAD

Color information

#EEDFAD (or 0xEEDFAD) is unknown color: approx Sidecar. HEX triplet: EE, DF and AD. RGB value is (238,223,173). Sum of RGB (Red+Green+Blue) = 238+223+173=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 173 (67.97% from 255 or 27.29% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDFAD is #112052. Grayscale: #DDDDDD. Windows color (decimal): -1122387 or 11395054. OLE color: 11395054.

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

Color convert

RGB238223173-
CMYK00.060.270.07
HSL46.15º65.66%80.59%-
HSV(B)46.15º27.31%93.33%-
XYZ69.1973.9750.17-
YUV221.78100.47139.57-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.54%
GREEN value IS 223 (87.5% from 255) = 35.17%
BLUE value IS 173 (67.97% from 255) = 27.29%
R=37.54%
G=35.17%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822317300.060.270.0746.1565.6680.59
HexEEDFAD061B72e4251
Octal3563372550633756102121
Binary11101110110111111010110101101101111110111010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFAD; }

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

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

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

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

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

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

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

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