#EFD19A

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

Shades of Chamois #EFD19A

Tints of Chamois #EFD19A

Color information

#EFD19A (or 0xEFD19A) is unknown color: approx Chamois. HEX triplet: EF, D1 and 9A. RGB value is (239,209,154). Sum of RGB (Red+Green+Blue) = 239+209+154=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 154 (60.55% from 255 or 25.58% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD19A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD19A is #102E65. Grayscale: #D3D3D3. Windows color (decimal): -1060454 or 10146287. OLE color: 10146287.

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

Color convert

RGB239209154-
CMYK00.130.360.06
HSL38.82º72.65%77.06%-
HSV(B)38.82º35.56%93.73%-
XYZ64.2366.2839.98-
YUV211.795.44147.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.70%
GREEN value IS 209 (82.03% from 255) = 34.72%
BLUE value IS 154 (60.55% from 255) = 25.58%
R=39.70%
G=34.72%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920915400.130.360.0638.8272.6577.06
HexEFD19A0D24627494d
Octal35732123201544647111115
Binary1110111111010001100110100110110010011010011110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD19A; }

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

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

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

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

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

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

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

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