#EBC692

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

Shades of Chamois #EBC692

Tints of Chamois #EBC692

Color information

#EBC692 (or 0xEBC692) is unknown color: approx Chamois. HEX triplet: EB, C6 and 92. RGB value is (235,198,146). Sum of RGB (Red+Green+Blue) = 235+198+146=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 198 (77.73% from 255 or 34.20% from 579); Blue value is 146 (57.42% from 255 or 25.22% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC692 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC692 is #14396D. Grayscale: #CBCBCB. Windows color (decimal): -1325422 or 9619179. OLE color: 9619179.

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

Color convert

RGB235198146-
CMYK00.160.380.08
HSL35.06º68.99%74.71%-
HSV(B)35.06º37.87%92.16%-
XYZ59.6460.1335.66-
YUV203.1495.76150.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.59%
GREEN value IS 198 (77.73% from 255) = 34.20%
BLUE value IS 146 (57.42% from 255) = 25.22%
R=40.59%
G=34.20%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519814600.160.380.0835.0668.9974.71
HexEBC69201026823454b
Octal353306222020461043105113
Binary111010111100011010010010010000100110100010001110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC692; }

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

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

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

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

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

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

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

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