#EEDCAA

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

Shades of Sidecar #EEDCAA

Tints of Sidecar #EEDCAA

Color information

#EEDCAA (or 0xEEDCAA) is unknown color: approx Sidecar. HEX triplet: EE, DC and AA. RGB value is (238,220,170). Sum of RGB (Red+Green+Blue) = 238+220+170=628 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.90% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 170 (66.80% from 255 or 27.07% from 628); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDCAA is #112355. Grayscale: #DBDBDB. Windows color (decimal): -1123158 or 11197678. OLE color: 11197678.

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

Color convert

RGB238220170-
CMYK00.080.290.07
HSL44.12º66.67%80%-
HSV(B)44.12º28.57%93.33%-
XYZ68.1172.2748.39-
YUV219.6899.96141.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.90%
GREEN value IS 220 (86.33% from 255) = 35.03%
BLUE value IS 170 (66.80% from 255) = 27.07%
R=37.90%
G=35.03%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822017000.080.290.0744.1266.6780
HexEEDCAA081D72c4350
Octal35633425201035754103120
Binary111011101101110010101010010001110111110110010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCAA; }

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

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

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

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

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

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

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

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