#EFCD95

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

Shades of Chamois #EFCD95

Tints of Chamois #EFCD95

Color information

#EFCD95 (or 0xEFCD95) is unknown color: approx Chamois. HEX triplet: EF, CD and 95. RGB value is (239,205,149). Sum of RGB (Red+Green+Blue) = 239+205+149=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCD95 is #10326A. Grayscale: #D1D1D1. Windows color (decimal): -1061483 or 9817583. OLE color: 9817583.

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

Color convert

RGB239205149-
CMYK00.140.380.06
HSL37.33º73.77%76.08%-
HSV(B)37.33º37.66%93.73%-
XYZ62.8564.1837.51-
YUV208.7894.26149.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.30%
GREEN value IS 205 (80.47% from 255) = 34.57%
BLUE value IS 149 (58.59% from 255) = 25.13%
R=40.30%
G=34.57%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920514900.140.380.0637.3373.7776.08
HexEFCD950E266254a4c
Octal35731522501646645112114
Binary1110111111001101100101010111010011011010010110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCD95; }

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

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

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

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

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

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

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

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