#EAC094

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

Shades of New Tan #EAC094

Tints of New Tan #EAC094

Color information

#EAC094 (or 0xEAC094) is unknown color: approx New Tan. HEX triplet: EA, C0 and 94. RGB value is (234,192,148). Sum of RGB (Red+Green+Blue) = 234+192+148=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 192 (75.39% from 255 or 33.45% from 574); Blue value is 148 (58.20% from 255 or 25.78% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC094 is #153F6B. Grayscale: #C7C7C7. Windows color (decimal): -1392492 or 9748714. OLE color: 9748714.

HSL color Cylindrical-coordinate representation of color #EAC094: hue angle of 30.7º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EAC094 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB234192148-
CMYK00.180.370.08
HSL30.7º67.19%74.9%-
HSV(B)30.7º36.75%91.76%-
XYZ58.1357.3336.02-
YUV199.5498.91152.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.77%
GREEN value IS 192 (75.39% from 255) = 33.45%
BLUE value IS 148 (58.20% from 255) = 25.78%
R=40.77%
G=33.45%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419214800.180.370.0830.767.1974.9
HexEAC0940122581f434b
Octal352300224022451037103113
Binary11101010110000001001010001001010010110001111110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC094; }

 p { color: rgb(234,192,148); }

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

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

 a { background-color: rgb(234,192,148); }

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

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

 span { border-color: rgb(234,192,148); }

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