#EFC49B

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

Shades of New Tan #EFC49B

Tints of New Tan #EFC49B

Color information

#EFC49B (or 0xEFC49B) is unknown color: approx New Tan. HEX triplet: EF, C4 and 9B. RGB value is (239,196,155). Sum of RGB (Red+Green+Blue) = 239+196+155=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 155 (60.94% from 255 or 26.27% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC49B is #103B64. Grayscale: #CCCCCC. Windows color (decimal): -1063781 or 10208495. OLE color: 10208495.

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

Color convert

RGB239196155-
CMYK00.180.350.06
HSL29.29º72.41%77.25%-
HSV(B)29.29º35.15%93.73%-
XYZ61.2560.239.4-
YUV204.18100.25152.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.51%
GREEN value IS 196 (76.95% from 255) = 33.22%
BLUE value IS 155 (60.94% from 255) = 26.27%
R=40.51%
G=33.22%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919615500.180.350.0629.2972.4177.25
HexEFC49B0122361d484d
Octal35730423302243635110115
Binary1110111111000100100110110100101000111101110110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC49B; }

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

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

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

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

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

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

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

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