#EFC995

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

Shades of New Tan #EFC995

Tints of New Tan #EFC995

Color information

#EFC995 (or 0xEFC995) is unknown color: approx New Tan. HEX triplet: EF, C9 and 95. RGB value is (239,201,149). Sum of RGB (Red+Green+Blue) = 239+201+149=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 201 (78.91% from 255 or 34.13% from 589); Blue value is 149 (58.59% from 255 or 25.30% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC995 is #10366A. Grayscale: #CECECE. Windows color (decimal): -1062507 or 9816559. OLE color: 9816559.

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

Color convert

RGB239201149-
CMYK00.160.380.06
HSL34.67º73.77%76.08%-
HSV(B)34.67º37.66%93.73%-
XYZ61.9162.2937.19-
YUV206.4395.59151.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.58%
GREEN value IS 201 (78.91% from 255) = 34.13%
BLUE value IS 149 (58.59% from 255) = 25.30%
R=40.58%
G=34.13%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920114900.160.380.0634.6773.7776.08
HexEFC995010266234a4c
Octal35731122502046643112114
Binary11101111110010011001010101000010011011010001110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC995; }

 p { color: rgb(239,201,149); }

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

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

 a { background-color: rgb(239,201,149); }

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

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

 span { border-color: rgb(239,201,149); }

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