#EBD094

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

Shades of Chamois #EBD094

Tints of Chamois #EBD094

Color information

#EBD094 (or 0xEBD094) is unknown color: approx Chamois. HEX triplet: EB, D0 and 94. RGB value is (235,208,148). Sum of RGB (Red+Green+Blue) = 235+208+148=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 208 (81.64% from 255 or 35.19% from 591); Blue value is 148 (58.20% from 255 or 25.04% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD094 is #142F6B. Grayscale: #D1D1D1. Windows color (decimal): -1322860 or 9752811. OLE color: 9752811.

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

Color convert

RGB235208148-
CMYK00.110.370.08
HSL41.38º68.5%75.1%-
HSV(B)41.38º37.02%92.16%-
XYZ62.1664.9137.27-
YUV209.2393.45146.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.76%
GREEN value IS 208 (81.64% from 255) = 35.19%
BLUE value IS 148 (58.20% from 255) = 25.04%
R=39.76%
G=35.19%
B=25.04%

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
Decimal23520814800.110.370.0841.3868.575.1
HexEBD0940B25829454b
Octal353320224013451051105113
Binary11101011110100001001010001011100101100010100110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD094; }

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

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

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

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

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

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

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

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