#EBD9A8

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

Shades of Sidecar #EBD9A8

Tints of Sidecar #EBD9A8

Color information

#EBD9A8 (or 0xEBD9A8) is unknown color: approx Sidecar. HEX triplet: EB, D9 and A8. RGB value is (235,217,168). Sum of RGB (Red+Green+Blue) = 235+217+168=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 217 (85.16% from 255 or 35% from 620); Blue value is 168 (66.02% from 255 or 27.10% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD9A8 is #142657. Grayscale: #D9D9D9. Windows color (decimal): -1320536 or 11065835. OLE color: 11065835.

HSL color Cylindrical-coordinate representation of color #EBD9A8: hue angle of 43.88º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBD9A8 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB235217168-
CMYK00.080.290.08
HSL43.88º62.62%79.02%-
HSV(B)43.88º28.51%92.16%-
XYZ66.1470.1247.09-
YUV216.8100.46140.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.90%
GREEN value IS 217 (85.16% from 255) = 35%
BLUE value IS 168 (66.02% from 255) = 27.10%
R=37.90%
G=35%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521716800.080.290.0843.8862.6279.02
HexEBD9A8081D82c3f4f
Octal35333125001035105477117
Binary111010111101100110101000010001110110001011001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9A8; }

 p { color: rgb(235,217,168); }

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

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

 a { background-color: rgb(235,217,168); }

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

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

 span { border-color: rgb(235,217,168); }

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