#EFC49A

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

Shades of New Tan #EFC49A

Tints of New Tan #EFC49A

Color information

#EFC49A (or 0xEFC49A) is unknown color: approx New Tan. HEX triplet: EF, C4 and 9A. RGB value is (239,196,154). Sum of RGB (Red+Green+Blue) = 239+196+154=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 154 (60.55% from 255 or 26.15% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC49A is #103B65. Grayscale: #CCCCCC. Windows color (decimal): -1063782 or 10142959. OLE color: 10142959.

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

Color convert

RGB239196154-
CMYK00.180.360.06
HSL29.65º72.65%77.06%-
HSV(B)29.65º35.56%93.73%-
XYZ61.1760.1638.96-
YUV204.0799.75152.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.58%
GREEN value IS 196 (76.95% from 255) = 33.28%
BLUE value IS 154 (60.55% from 255) = 26.15%
R=40.58%
G=33.28%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919615400.180.360.0629.6572.6577.06
HexEFC49A0122461e494d
Octal35730423202244636111115
Binary1110111111000100100110100100101001001101111010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC49A; }

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

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

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

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

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

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

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

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