#EFC696

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

Shades of New Tan #EFC696

Tints of New Tan #EFC696

Color information

#EFC696 (or 0xEFC696) is unknown color: approx New Tan. HEX triplet: EF, C6 and 96. RGB value is (239,198,150). Sum of RGB (Red+Green+Blue) = 239+198+150=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 198 (77.73% from 255 or 33.73% from 587); Blue value is 150 (58.98% from 255 or 25.55% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC696 is #103969. Grayscale: #CDCDCD. Windows color (decimal): -1063274 or 9881327. OLE color: 9881327.

HSL color Cylindrical-coordinate representation of color #EFC696: hue angle of 32.36º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFC696 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB239198150-
CMYK00.170.370.06
HSL32.36º73.55%76.27%-
HSV(B)32.36º37.24%93.73%-
XYZ61.360.9437.39-
YUV204.7997.08152.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.72%
GREEN value IS 198 (77.73% from 255) = 33.73%
BLUE value IS 150 (58.98% from 255) = 25.55%
R=40.72%
G=33.73%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919815000.170.370.0632.3673.5576.27
HexEFC696011256204a4c
Octal35730622602145640112114
Binary11101111110001101001011001000110010111010000010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC696; }

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

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

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

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

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

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

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

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