#EBD09B

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

Shades of Chamois #EBD09B

Tints of Chamois #EBD09B

Color information

#EBD09B (or 0xEBD09B) is unknown color: approx Chamois. HEX triplet: EB, D0 and 9B. RGB value is (235,208,155). Sum of RGB (Red+Green+Blue) = 235+208+155=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 208 (81.64% from 255 or 34.78% from 598); Blue value is 155 (60.94% from 255 or 25.92% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD09B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD09B is #142F64. Grayscale: #D2D2D2. Windows color (decimal): -1322853 or 10211563. OLE color: 10211563.

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

Color convert

RGB235208155-
CMYK00.110.340.08
HSL39.75º66.67%76.47%-
HSV(B)39.75º34.04%92.16%-
XYZ62.7365.1440.28-
YUV210.0396.95145.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.30%
GREEN value IS 208 (81.64% from 255) = 34.78%
BLUE value IS 155 (60.94% from 255) = 25.92%
R=39.30%
G=34.78%
B=25.92%

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
Decimal23520815500.110.340.0839.7566.6776.47
HexEBD09B0B22828434c
Octal353320233013421050103114
Binary11101011110100001001101101011100010100010100010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD09B; }

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

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

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

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

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

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

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

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