#EBCE94

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

Shades of Chamois #EBCE94

Tints of Chamois #EBCE94

Color information

#EBCE94 (or 0xEBCE94) is unknown color: approx Chamois. HEX triplet: EB, CE and 94. RGB value is (235,206,148). Sum of RGB (Red+Green+Blue) = 235+206+148=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 148 (58.20% from 255 or 25.13% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCE94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCE94 is #14316B. Grayscale: #D0D0D0. Windows color (decimal): -1323372 or 9752299. OLE color: 9752299.

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

Color convert

RGB235206148-
CMYK00.120.370.08
HSL40º68.5%75.1%-
HSV(B)40º37.02%92.16%-
XYZ61.6863.9437.11-
YUV208.0694.11147.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.90%
GREEN value IS 206 (80.86% from 255) = 34.97%
BLUE value IS 148 (58.20% from 255) = 25.13%
R=39.90%
G=34.97%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520614800.120.370.084068.575.1
HexEBCE940C25828454b
Octal353316224014451050105113
Binary11101011110011101001010001100100101100010100010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCE94; }

 p { color: rgb(235,206,148); }

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

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

 a { background-color: rgb(235,206,148); }

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

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

 span { border-color: rgb(235,206,148); }

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