#EFCA94

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

Shades of Chamois #EFCA94

Tints of Chamois #EFCA94

Color information

#EFCA94 (or 0xEFCA94) is unknown color: approx Chamois. HEX triplet: EF, CA and 94. RGB value is (239,202,148). Sum of RGB (Red+Green+Blue) = 239+202+148=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 148 (58.20% from 255 or 25.13% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCA94 is #10356B. Grayscale: #CFCFCF. Windows color (decimal): -1062252 or 9751279. OLE color: 9751279.

HSL color Cylindrical-coordinate representation of color #EFCA94: hue angle of 35.6º 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 #EFCA94 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB239202148-
CMYK00.150.380.06
HSL35.6º73.98%75.88%-
HSV(B)35.6º38.08%93.73%-
XYZ62.0662.7336.85-
YUV206.9194.76150.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.58%
GREEN value IS 202 (79.30% from 255) = 34.30%
BLUE value IS 148 (58.20% from 255) = 25.13%
R=40.58%
G=34.30%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920214800.150.380.0635.673.9875.88
HexEFCA940F266244a4c
Octal35731222401746644112114
Binary1110111111001010100101000111110011011010010010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCA94; }

 p { color: rgb(239,202,148); }

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

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

 a { background-color: rgb(239,202,148); }

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

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

 span { border-color: rgb(239,202,148); }

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