#EFD193

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

Shades of Chamois #EFD193

Tints of Chamois #EFD193

Color information

#EFD193 (or 0xEFD193) is unknown color: approx Chamois. HEX triplet: EF, D1 and 93. RGB value is (239,209,147). Sum of RGB (Red+Green+Blue) = 239+209+147=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 209 (82.03% from 255 or 35.13% from 595); Blue value is 147 (57.81% from 255 or 24.71% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD193 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD193 is #102E6C. Grayscale: #D3D3D3. Windows color (decimal): -1060461 or 9687535. OLE color: 9687535.

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

Color convert

RGB239209147-
CMYK00.130.380.06
HSL40.43º74.19%75.69%-
HSV(B)40.43º38.49%93.73%-
XYZ63.6666.0637-
YUV210.991.94148.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.17%
GREEN value IS 209 (82.03% from 255) = 35.13%
BLUE value IS 147 (57.81% from 255) = 24.71%
R=40.17%
G=35.13%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920914700.130.380.0640.4374.1975.69
HexEFD1930D266284a4c
Octal35732122301546650112114
Binary1110111111010001100100110110110011011010100010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD193; }

 p { color: rgb(239,209,147); }

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

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

 a { background-color: rgb(239,209,147); }

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

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

 span { border-color: rgb(239,209,147); }

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