#efcd99

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

Shades of Chamois #EFCD99

Tints of Chamois #EFCD99

Color information

#EFCD99 (or 0xEFCD99) is unknown color: approx Chamois. HEX triplet: EF, CD and 99. RGB value is (239,205,153). Sum of RGB (Red+Green+Blue) = 239+205+153=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 153 (60.16% from 255 or 25.63% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCD99 is #103266. Grayscale: #D1D1D1. Windows color (decimal): -1061479 or 10079727. OLE color: 10079727.

HSL color Cylindrical-coordinate representation of color #EFCD99: hue angle of 36.28º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFCD99 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB239205153-
CMYK00.140.360.06
HSL36.28º72.88%76.86%-
HSV(B)36.28º35.98%93.73%-
XYZ63.1864.3139.22-
YUV209.2496.26149.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.03%
GREEN value IS 205 (80.47% from 255) = 34.34%
BLUE value IS 153 (60.16% from 255) = 25.63%
R=40.03%
G=34.34%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920515300.140.360.0636.2872.8876.86
HexEFCD990E24624494d
Octal35731523101644644111115
Binary1110111111001101100110010111010010011010010010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efcd99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efcd99; }

 p { color: rgb(239,205,153); }

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

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

 a { background-color: rgb(239,205,153); }

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

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

 span { border-color: rgb(239,205,153); }

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