#EFC298

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

Shades of New Tan #EFC298

Tints of New Tan #EFC298

Color information

#EFC298 (or 0xEFC298) is unknown color: approx New Tan. HEX triplet: EF, C2 and 98. RGB value is (239,194,152). Sum of RGB (Red+Green+Blue) = 239+194+152=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 152 (59.77% from 255 or 25.98% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC298 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC298 is #103D67. Grayscale: #CACACA. Windows color (decimal): -1064296 or 10011375. OLE color: 10011375.

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

Color convert

RGB239194152-
CMYK00.190.360.06
HSL28.97º73.11%76.67%-
HSV(B)28.97º36.4%93.73%-
XYZ60.5659.237.94-
YUV202.6799.41153.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.85%
GREEN value IS 194 (76.17% from 255) = 33.16%
BLUE value IS 152 (59.77% from 255) = 25.98%
R=40.85%
G=33.16%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919415200.190.360.0628.9773.1176.67
HexEFC2980132461d494d
Octal35730223002344635111115
Binary1110111111000010100110000100111001001101110110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC298; }

 p { color: rgb(239,194,152); }

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

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

 a { background-color: rgb(239,194,152); }

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

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

 span { border-color: rgb(239,194,152); }

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