#EBD194

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

Shades of Chamois #EBD194

Tints of Chamois #EBD194

Color information

#EBD194 (or 0xEBD194) is unknown color: approx Chamois. HEX triplet: EB, D1 and 94. RGB value is (235,209,148). Sum of RGB (Red+Green+Blue) = 235+209+148=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 209 (82.03% from 255 or 35.30% from 592); Blue value is 148 (58.20% from 255 or 25% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD194 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD194 is #142E6B. Grayscale: #D2D2D2. Windows color (decimal): -1322604 or 9753067. OLE color: 9753067.

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

Color convert

RGB235209148-
CMYK00.110.370.08
HSL42.07º68.5%75.1%-
HSV(B)42.07º37.02%92.16%-
XYZ62.4165.437.35-
YUV209.8293.11145.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.70%
GREEN value IS 209 (82.03% from 255) = 35.30%
BLUE value IS 148 (58.20% from 255) = 25%
R=39.70%
G=35.30%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520914800.110.370.0842.0768.575.1
HexEBD1940B2582a454b
Octal353321224013451052105113
Binary11101011110100011001010001011100101100010101010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD194; }

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

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

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

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

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

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

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

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