#EBD096

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

Shades of Chamois #EBD096

Tints of Chamois #EBD096

Color information

#EBD096 (or 0xEBD096) is unknown color: approx Chamois. HEX triplet: EB, D0 and 96. RGB value is (235,208,150). Sum of RGB (Red+Green+Blue) = 235+208+150=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 208 (81.64% from 255 or 35.08% from 593); Blue value is 150 (58.98% from 255 or 25.30% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD096 is #142F69. Grayscale: #D1D1D1. Windows color (decimal): -1322858 or 9883883. OLE color: 9883883.

HSL color Cylindrical-coordinate representation of color #EBD096: hue angle of 40.94º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EBD096 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB235208150-
CMYK00.110.360.08
HSL40.94º68%75.49%-
HSV(B)40.94º36.17%92.16%-
XYZ62.3264.9838.11-
YUV209.4694.45146.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.63%
GREEN value IS 208 (81.64% from 255) = 35.08%
BLUE value IS 150 (58.98% from 255) = 25.30%
R=39.63%
G=35.08%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520815000.110.360.0840.946875.49
HexEBD0960B24829444b
Octal353320226013441051104113
Binary11101011110100001001011001011100100100010100110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD096; }

 p { color: rgb(235,208,150); }

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

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

 a { background-color: rgb(235,208,150); }

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

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

 span { border-color: rgb(235,208,150); }

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