#E6DAAA

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

Shades of Sidecar #E6DAAA

Tints of Sidecar #E6DAAA

Color information

#E6DAAA (or 0xE6DAAA) is unknown color: approx Sidecar. HEX triplet: E6, DA and AA. RGB value is (230,218,170). Sum of RGB (Red+Green+Blue) = 230+218+170=618 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.22% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DAAA is #192555. Grayscale: #D8D8D8. Windows color (decimal): -1647958 or 11197158. OLE color: 11197158.

HSL color Cylindrical-coordinate representation of color #E6DAAA: hue angle of 48º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6DAAA is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB230218170-
CMYK00.050.260.10
HSL48º54.55%78.43%-
HSV(B)48º26.09%90.2%-
XYZ64.9669.8748.09-
YUV216.12101.98137.9-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.22%
GREEN value IS 218 (85.55% from 255) = 35.28%
BLUE value IS 170 (66.80% from 255) = 27.51%
R=37.22%
G=35.28%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021817000.050.260.104854.5578.43
HexE6DAAA051AA30374e
Octal3463322520532126067116
Binary11100110110110101010101001011101010101100001101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DAAA; }

 p { color: rgb(230,218,170); }

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

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

 a { background-color: rgb(230,218,170); }

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

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

 span { border-color: rgb(230,218,170); }

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