#EBD09A

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

Shades of Chamois #EBD09A

Tints of Chamois #EBD09A

Color information

#EBD09A (or 0xEBD09A) is unknown color: approx Chamois. HEX triplet: EB, D0 and 9A. RGB value is (235,208,154). Sum of RGB (Red+Green+Blue) = 235+208+154=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 208 (81.64% from 255 or 34.84% from 597); Blue value is 154 (60.55% from 255 or 25.80% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD09A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD09A is #142F65. Grayscale: #D2D2D2. Windows color (decimal): -1322854 or 10146027. OLE color: 10146027.

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

Color convert

RGB235208154-
CMYK00.110.340.08
HSL40º66.94%76.27%-
HSV(B)40º34.47%92.16%-
XYZ62.6565.1139.84-
YUV209.9296.45145.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.36%
GREEN value IS 208 (81.64% from 255) = 34.84%
BLUE value IS 154 (60.55% from 255) = 25.80%
R=39.36%
G=34.84%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520815400.110.340.084066.9476.27
HexEBD09A0B22828434c
Octal353320232013421050103114
Binary11101011110100001001101001011100010100010100010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD09A; }

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

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

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

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

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

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

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

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