#EBD19D

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

Shades of Chamois #EBD19D

Tints of Chamois #EBD19D

Color information

#EBD19D (or 0xEBD19D) is unknown color: approx Chamois. HEX triplet: EB, D1 and 9D. RGB value is (235,209,157). Sum of RGB (Red+Green+Blue) = 235+209+157=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 209 (82.03% from 255 or 34.78% from 601); Blue value is 157 (61.72% from 255 or 26.12% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD19D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD19D is #142E62. Grayscale: #D3D3D3. Windows color (decimal): -1322595 or 10342891. OLE color: 10342891.

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

Color convert

RGB235209157-
CMYK00.110.330.08
HSL40º66.1%76.86%-
HSV(B)40º33.19%92.16%-
XYZ63.1565.741.25-
YUV210.8597.61145.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.10%
GREEN value IS 209 (82.03% from 255) = 34.78%
BLUE value IS 157 (61.72% from 255) = 26.12%
R=39.10%
G=34.78%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520915700.110.330.084066.176.86
HexEBD19D0B21828424d
Octal353321235013411050102115
Binary11101011110100011001110101011100001100010100010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD19D; }

 p { color: rgb(235,209,157); }

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

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

 a { background-color: rgb(235,209,157); }

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

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

 span { border-color: rgb(235,209,157); }

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