#EBCF99

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

Shades of Chamois #EBCF99

Tints of Chamois #EBCF99

Color information

#EBCF99 (or 0xEBCF99) is unknown color: approx Chamois. HEX triplet: EB, CF and 99. RGB value is (235,207,153). Sum of RGB (Red+Green+Blue) = 235+207+153=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 153 (60.16% from 255 or 25.71% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCF99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCF99 is #143066. Grayscale: #D1D1D1. Windows color (decimal): -1323111 or 10080235. OLE color: 10080235.

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

Color convert

RGB235207153-
CMYK00.120.350.08
HSL39.51º67.21%76.08%-
HSV(B)39.51º34.89%92.16%-
XYZ62.3264.5939.32-
YUV209.2296.28146.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.50%
GREEN value IS 207 (81.25% from 255) = 34.79%
BLUE value IS 153 (60.16% from 255) = 25.71%
R=39.50%
G=34.79%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520715300.120.350.0839.5167.2176.08
HexEBCF990C23828434c
Octal353317231014431050103114
Binary11101011110011111001100101100100011100010100010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCF99; }

 p { color: rgb(235,207,153); }

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

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

 a { background-color: rgb(235,207,153); }

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

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

 span { border-color: rgb(235,207,153); }

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