#EBCB92

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

Shades of Chamois #EBCB92

Tints of Chamois #EBCB92

Color information

#EBCB92 (or 0xEBCB92) is unknown color: approx Chamois. HEX triplet: EB, CB and 92. RGB value is (235,203,146). Sum of RGB (Red+Green+Blue) = 235+203+146=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 146 (57.42% from 255 or 25% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCB92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCB92 is #14346D. Grayscale: #CECECE. Windows color (decimal): -1324142 or 9620459. OLE color: 9620459.

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

Color convert

RGB235203146-
CMYK00.140.380.08
HSL38.43º68.99%74.71%-
HSV(B)38.43º37.87%92.16%-
XYZ60.8162.4536.04-
YUV206.0794.1148.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.24%
GREEN value IS 203 (79.69% from 255) = 34.76%
BLUE value IS 146 (57.42% from 255) = 25%
R=40.24%
G=34.76%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520314600.140.380.0838.4368.9974.71
HexEBCB920E26826454b
Octal353313222016461046105113
Binary11101011110010111001001001110100110100010011010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCB92; }

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

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

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

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

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

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

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

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