Html Css Color HEX #EAC094 New Tan

📋 copy color: '#EAC094'

red 234 ◦ green 192 ◦ blue 148

#EAC094
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New Tan #EAC094

Tints of New Tan #EAC094

RGB

 RED value IS 234 (91.8% from 255) = 40.77%

 GREEN value IS 192 (75.39% from 255) = 33.45%

 BLUE value IS 148 (58.2% from 255) = 25.78%

R = 40.77%
G = 33.45%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EAC094 (or 0xEAC094) is known color: 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

RGB 234 192 148 -
CMYK 0 0.18 0.37 0.08
HSL 30.7º 0.67% 0.75% -
HSV(B) 30.7º 0.37% 0.92% -
XYZ 58.13 57.33 36.02 -
YUV 199.54 98.91 152.58 -
System Red Green Blue C M Y K H S L
Decimal 234 192 148 0 0.18 0.37 0.08 30.7 0.67 0.75
Hex EA C0 94 0 12 25 8 1F 43 4B
Octal 352 300 224 0 22 45 10 37 103 113
Binary 11101010 11000000 10010100 0 10010 100101 1000 11111 1000011 1001011

Color Harmonies of #EAC094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC094

Black with #EAC094

Text Example


Text Example

White with #EAC094

Text Example


Text Example

HTML Codes & Css Web 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>