#EFC699

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

Shades of New Tan #EFC699

Tints of New Tan #EFC699

Color information

#EFC699 (or 0xEFC699) is unknown color: approx New Tan. HEX triplet: EF, C6 and 99. RGB value is (239,198,153). Sum of RGB (Red+Green+Blue) = 239+198+153=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 153 (60.16% from 255 or 25.93% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC699 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC699 is #103966. Grayscale: #CDCDCD. Windows color (decimal): -1063271 or 10077935. OLE color: 10077935.

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

Color convert

RGB239198153-
CMYK00.170.360.06
HSL31.4º72.88%76.86%-
HSV(B)31.4º35.98%93.73%-
XYZ61.5461.0438.68-
YUV205.1398.58152.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.51%
GREEN value IS 198 (77.73% from 255) = 33.56%
BLUE value IS 153 (60.16% from 255) = 25.93%
R=40.51%
G=33.56%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919815300.170.360.0631.472.8876.86
HexEFC6990112461f494d
Octal35730623102144637111115
Binary1110111111000110100110010100011001001101111110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC699; }

 p { color: rgb(239,198,153); }

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

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

 a { background-color: rgb(239,198,153); }

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

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

 span { border-color: rgb(239,198,153); }

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