#EBD29C

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

Shades of Chamois #EBD29C

Tints of Chamois #EBD29C

Color information

#EBD29C (or 0xEBD29C) is unknown color: approx Chamois. HEX triplet: EB, D2 and 9C. RGB value is (235,210,156). Sum of RGB (Red+Green+Blue) = 235+210+156=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 156 (61.33% from 255 or 25.96% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD29C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD29C is #142D63. Grayscale: #D3D3D3. Windows color (decimal): -1322340 or 10277611. OLE color: 10277611.

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

Color convert

RGB235210156-
CMYK00.110.340.08
HSL41.01º66.39%76.67%-
HSV(B)41.01º33.62%92.16%-
XYZ63.3166.1640.89-
YUV211.3296.78144.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.10%
GREEN value IS 210 (82.42% from 255) = 34.94%
BLUE value IS 156 (61.33% from 255) = 25.96%
R=39.10%
G=34.94%
B=25.96%

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
Decimal23521015600.110.340.0841.0166.3976.67
HexEBD29C0B22829424d
Octal353322234013421051102115
Binary11101011110100101001110001011100010100010100110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD29C; }

 p { color: rgb(235,210,156); }

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

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

 a { background-color: rgb(235,210,156); }

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

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

 span { border-color: rgb(235,210,156); }

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