Html Css Color HEX #EAC59A New Tan

📋 copy color: '#EAC59A'

red 234 ◦ green 197 ◦ blue 154

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

Shades of New Tan #EAC59A

Tints of New Tan #EAC59A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.68%

 BLUE value IS 154 (60.55% from 255) = 26.32%

R = 40%
G = 33.68%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EAC59A (or 0xEAC59A) is known color: New Tan. HEX triplet: EA, C5 and 9A. RGB value is (234,197,154). Sum of RGB (Red+Green+Blue) = 234+197+154=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 154 (60.55% from 255 or 26.32% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC59A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC59A is #153A65. Grayscale: #CBCBCB. Windows color (decimal): -1391206 or 10143210. OLE color: 10143210.

HSL color Cylindrical-coordinate representation of color #EAC59A: hue angle of 32.25º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAC59A is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 197 154 -
CMYK 0 0.16 0.34 0.08
HSL 32.25º 0.66% 0.76% -
HSV(B) 32.25º 0.34% 0.92% -
XYZ 59.73 59.76 38.96 -
YUV 203.16 100.26 150 -
System Red Green Blue C M Y K H S L
Decimal 234 197 154 0 0.16 0.34 0.08 32.25 0.66 0.76
Hex EA C5 9A 0 10 22 8 20 42 4C
Octal 352 305 232 0 20 42 10 40 102 114
Binary 11101010 11000101 10011010 0 10000 100010 1000 100000 1000010 1001100

Color Harmonies of #EAC59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC59A

Black with #EAC59A

Text Example


Text Example

White with #EAC59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC59A; }

 p { color: rgb(234,197,154); }

 H1.HeaderClassName
 {
   color: #EAC59A;
 }
 .AnyTagClassName
 {
   color: #EAC59A;
 }
</style>

background-color css

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

 a { background-color: rgb(234,197,154); }

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

border-color css

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

 span { border-color: rgb(234,197,154); }

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