#E9DCAF

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

Shades of Sidecar #E9DCAF

Tints of Sidecar #E9DCAF

Color information

#E9DCAF (or 0xE9DCAF) is unknown color: approx Sidecar. HEX triplet: E9, DC and AF. RGB value is (233,220,175). Sum of RGB (Red+Green+Blue) = 233+220+175=628 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.10% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DCAF is #162350. Grayscale: #DADADA. Windows color (decimal): -1450833 or 11525353. OLE color: 11525353.

HSL color Cylindrical-coordinate representation of color #E9DCAF: hue angle of 46.55º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E9DCAF is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB233220175-
CMYK00.060.250.09
HSL46.55º56.86%80%-
HSV(B)46.55º24.89%91.37%-
XYZ66.9471.6150.85-
YUV218.76103.31138.16-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.10%
GREEN value IS 220 (86.33% from 255) = 35.03%
BLUE value IS 175 (68.75% from 255) = 27.87%
R=37.10%
G=35.03%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322017500.060.250.0946.5556.8680
HexE9DCAF061992f3950
Octal3513342570631115771120
Binary11101001110111001010111101101100110011011111110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DCAF; }

 p { color: rgb(233,220,175); }

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

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

 a { background-color: rgb(233,220,175); }

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

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

 span { border-color: rgb(233,220,175); }

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