#EFCF9B

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

Shades of Chamois #EFCF9B

Tints of Chamois #EFCF9B

Color information

#EFCF9B (or 0xEFCF9B) is unknown color: approx Chamois. HEX triplet: EF, CF and 9B. RGB value is (239,207,155). Sum of RGB (Red+Green+Blue) = 239+207+155=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 155 (60.94% from 255 or 25.79% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCF9B is #103064. Grayscale: #D2D2D2. Windows color (decimal): -1060965 or 10211311. OLE color: 10211311.

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

Color convert

RGB239207155-
CMYK00.130.350.06
HSL37.14º72.41%77.25%-
HSV(B)37.14º35.15%93.73%-
XYZ63.8365.3440.26-
YUV210.6496.6148.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.77%
GREEN value IS 207 (81.25% from 255) = 34.44%
BLUE value IS 155 (60.94% from 255) = 25.79%
R=39.77%
G=34.44%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920715500.130.350.0637.1472.4177.25
HexEFCF9B0D23625484d
Octal35731723301543645110115
Binary1110111111001111100110110110110001111010010110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCF9B; }

 p { color: rgb(239,207,155); }

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

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

 a { background-color: rgb(239,207,155); }

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

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

 span { border-color: rgb(239,207,155); }

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