#EFCD93

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

Shades of Chamois #EFCD93

Tints of Chamois #EFCD93

Color information

#EFCD93 (or 0xEFCD93) is unknown color: approx Chamois. HEX triplet: EF, CD and 93. RGB value is (239,205,147). Sum of RGB (Red+Green+Blue) = 239+205+147=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 147 (57.81% from 255 or 24.87% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCD93 is #10326C. Grayscale: #D0D0D0. Windows color (decimal): -1061485 or 9686511. OLE color: 9686511.

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

Color convert

RGB239205147-
CMYK00.140.380.06
HSL37.83º74.19%75.69%-
HSV(B)37.83º38.49%93.73%-
XYZ62.6964.1236.68-
YUV208.5593.26149.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.44%
GREEN value IS 205 (80.47% from 255) = 34.69%
BLUE value IS 147 (57.81% from 255) = 24.87%
R=40.44%
G=34.69%
B=24.87%

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
Decimal23920514700.140.380.0637.8374.1975.69
HexEFCD930E266264a4c
Octal35731522301646646112114
Binary1110111111001101100100110111010011011010011010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCD93; }

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

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

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

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

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

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

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

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