#EBD8A7

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

Shades of Sidecar #EBD8A7

Tints of Sidecar #EBD8A7

Color information

#EBD8A7 (or 0xEBD8A7) is unknown color: approx Sidecar. HEX triplet: EB, D8 and A7. RGB value is (235,216,167). Sum of RGB (Red+Green+Blue) = 235+216+167=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 216 (84.77% from 255 or 34.95% from 618); Blue value is 167 (65.62% from 255 or 27.02% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD8A7 is #142758. Grayscale: #D8D8D8. Windows color (decimal): -1320793 or 11000043. OLE color: 11000043.

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

Color convert

RGB235216167-
CMYK00.080.290.08
HSL43.24º62.96%78.82%-
HSV(B)43.24º28.94%92.16%-
XYZ65.7969.5646.52-
YUV216.1100.29141.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.03%
GREEN value IS 216 (84.77% from 255) = 34.95%
BLUE value IS 167 (65.62% from 255) = 27.02%
R=38.03%
G=34.95%
B=27.02%

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
Decimal23521616700.080.290.0843.2462.9678.82
HexEBD8A7081D82b3f4f
Octal35333024701035105377117
Binary111010111101100010100111010001110110001010111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8A7; }

 p { color: rgb(235,216,167); }

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

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

 a { background-color: rgb(235,216,167); }

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

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

 span { border-color: rgb(235,216,167); }

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