#EFC394

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

Shades of New Tan #EFC394

Tints of New Tan #EFC394

Color information

#EFC394 (or 0xEFC394) is unknown color: approx New Tan. HEX triplet: EF, C3 and 94. RGB value is (239,195,148). Sum of RGB (Red+Green+Blue) = 239+195+148=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 195 (76.56% from 255 or 33.51% from 582); Blue value is 148 (58.20% from 255 or 25.43% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC394 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC394 is #103C6B. Grayscale: #CBCBCB. Windows color (decimal): -1064044 or 9749487. OLE color: 9749487.

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

Color convert

RGB239195148-
CMYK00.180.380.06
HSL30.99º73.98%75.88%-
HSV(B)30.99º38.08%93.73%-
XYZ60.4659.5236.32-
YUV202.897.08153.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.07%
GREEN value IS 195 (76.56% from 255) = 33.51%
BLUE value IS 148 (58.20% from 255) = 25.43%
R=41.07%
G=33.51%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919514800.180.380.0630.9973.9875.88
HexEFC3940122661f4a4c
Octal35730322402246637112114
Binary1110111111000011100101000100101001101101111110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC394; }

 p { color: rgb(239,195,148); }

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

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

 a { background-color: rgb(239,195,148); }

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

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

 span { border-color: rgb(239,195,148); }

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