#EBCD92

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

Shades of Chamois #EBCD92

Tints of Chamois #EBCD92

Color information

#EBCD92 (or 0xEBCD92) is unknown color: approx Chamois. HEX triplet: EB, CD and 92. RGB value is (235,205,146). Sum of RGB (Red+Green+Blue) = 235+205+146=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 146 (57.42% from 255 or 24.91% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCD92 is #14326D. Grayscale: #CFCFCF. Windows color (decimal): -1323630 or 9620971. OLE color: 9620971.

HSL color Cylindrical-coordinate representation of color #EBCD92: hue angle of 39.78º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EBCD92 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB235205146-
CMYK00.130.380.08
HSL39.78º68.99%74.71%-
HSV(B)39.78º37.87%92.16%-
XYZ61.2863.436.2-
YUV207.2493.44147.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.10%
GREEN value IS 205 (80.47% from 255) = 34.98%
BLUE value IS 146 (57.42% from 255) = 24.91%
R=40.10%
G=34.98%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520514600.130.380.0839.7868.9974.71
HexEBCD920D26828454b
Octal353315222015461050105113
Binary11101011110011011001001001101100110100010100010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCD92; }

 p { color: rgb(235,205,146); }

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

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

 a { background-color: rgb(235,205,146); }

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

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

 span { border-color: rgb(235,205,146); }

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