#E6DDAF

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

Shades of Sidecar #E6DDAF

Tints of Sidecar #E6DDAF

Color information

#E6DDAF (or 0xE6DDAF) is unknown color: approx Sidecar. HEX triplet: E6, DD and AF. RGB value is (230,221,175). Sum of RGB (Red+Green+Blue) = 230+221+175=626 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.74% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DDAF is #192250. Grayscale: #DADADA. Windows color (decimal): -1647185 or 11525606. OLE color: 11525606.

HSL color Cylindrical-coordinate representation of color #E6DDAF: hue angle of 50.18º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6DDAF is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB230221175-
CMYK00.040.240.10
HSL50.18º52.38%79.41%-
HSV(B)50.18º23.91%90.2%-
XYZ66.2371.6350.89-
YUV218.45103.48136.24-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.74%
GREEN value IS 221 (86.72% from 255) = 35.30%
BLUE value IS 175 (68.75% from 255) = 27.96%
R=36.74%
G=35.30%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022117500.040.240.1050.1852.3879.41
HexE6DDAF0418A32344f
Octal3463352570430126264117
Binary11100110110111011010111101001100010101100101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DDAF; }

 p { color: rgb(230,221,175); }

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

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

 a { background-color: rgb(230,221,175); }

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

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

 span { border-color: rgb(230,221,175); }

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