#EBD09D

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

Shades of Chamois #EBD09D

Tints of Chamois #EBD09D

Color information

#EBD09D (or 0xEBD09D) is unknown color: approx Chamois. HEX triplet: EB, D0 and 9D. RGB value is (235,208,157). Sum of RGB (Red+Green+Blue) = 235+208+157=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 157 (61.72% from 255 or 26.17% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD09D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD09D is #142F62. Grayscale: #D2D2D2. Windows color (decimal): -1322851 or 10342635. OLE color: 10342635.

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

Color convert

RGB235208157-
CMYK00.110.330.08
HSL39.23º66.1%76.86%-
HSV(B)39.23º33.19%92.16%-
XYZ62.965.2141.17-
YUV210.2697.95145.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.17%
GREEN value IS 208 (81.64% from 255) = 34.67%
BLUE value IS 157 (61.72% from 255) = 26.17%
R=39.17%
G=34.67%
B=26.17%

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
Decimal23520815700.110.330.0839.2366.176.86
HexEBD09D0B21827424d
Octal353320235013411047102115
Binary11101011110100001001110101011100001100010011110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD09D; }

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

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

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

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

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

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

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

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