#EFCF92

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

Shades of Chamois #EFCF92

Tints of Chamois #EFCF92

Color information

#EFCF92 (or 0xEFCF92) is unknown color: approx Chamois. HEX triplet: EF, CF and 92. RGB value is (239,207,146). Sum of RGB (Red+Green+Blue) = 239+207+146=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 146 (57.42% from 255 or 24.66% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCF92 is #10306D. Grayscale: #D1D1D1. Windows color (decimal): -1060974 or 9621487. OLE color: 9621487.

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

Color convert

RGB239207146-
CMYK00.130.390.06
HSL39.35º74.4%75.49%-
HSV(B)39.35º38.91%93.73%-
XYZ63.165.0536.42-
YUV209.6192.1148.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.37%
GREEN value IS 207 (81.25% from 255) = 34.97%
BLUE value IS 146 (57.42% from 255) = 24.66%
R=40.37%
G=34.97%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920714600.130.390.0639.3574.475.49
HexEFCF920D276274a4b
Octal35731722201547647112113
Binary1110111111001111100100100110110011111010011110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCF92; }

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

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

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

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

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

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

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

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