#EEDFA8

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

Shades of Sidecar #EEDFA8

Tints of Sidecar #EEDFA8

Color information

#EEDFA8 (or 0xEEDFA8) is unknown color: approx Sidecar. HEX triplet: EE, DF and A8. RGB value is (238,223,168). Sum of RGB (Red+Green+Blue) = 238+223+168=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 168 (66.02% from 255 or 26.71% from 629); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDFA8 is #112057. Grayscale: #DDDDDD. Windows color (decimal): -1122392 or 11067374. OLE color: 11067374.

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

Color convert

RGB238223168-
CMYK00.060.290.07
HSL47.14º67.31%79.61%-
HSV(B)47.14º29.41%93.33%-
XYZ68.7273.7847.66-
YUV221.2197.97139.97-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.84%
GREEN value IS 223 (87.5% from 255) = 35.45%
BLUE value IS 168 (66.02% from 255) = 26.71%
R=37.84%
G=35.45%
B=26.71%

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
Decimal23822316800.060.290.0747.1467.3179.61
HexEEDFA8061D72f4350
Octal3563372500635757103120
Binary11101110110111111010100001101110111110111110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFA8; }

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

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

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

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

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

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

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

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