Html Css Color HEX #EAC495 New Tan

📋 copy color: '#EAC495'

red 234 ◦ green 196 ◦ blue 149

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

Shades of New Tan #EAC495

Tints of New Tan #EAC495

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.85%

 BLUE value IS 149 (58.59% from 255) = 25.73%

R = 40.41%
G = 33.85%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EAC495 (or 0xEAC495) is known color: New Tan. HEX triplet: EA, C4 and 95. RGB value is (234,196,149). Sum of RGB (Red+Green+Blue) = 234+196+149=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 196 (76.95% from 255 or 33.85% from 579); Blue value is 149 (58.59% from 255 or 25.73% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC495 is #153B6A. Grayscale: #CACACA. Windows color (decimal): -1391467 or 9815274. OLE color: 9815274.

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

Color convert

RGB 234 196 149 -
CMYK 0 0.16 0.36 0.08
HSL 33.18º 0.67% 0.75% -
HSV(B) 33.18º 0.36% 0.92% -
XYZ 59.1 59.14 36.73 -
YUV 202 98.09 150.82 -
System Red Green Blue C M Y K H S L
Decimal 234 196 149 0 0.16 0.36 0.08 33.18 0.67 0.75
Hex EA C4 95 0 10 24 8 21 43 4B
Octal 352 304 225 0 20 44 10 41 103 113
Binary 11101010 11000100 10010101 0 10000 100100 1000 100001 1000011 1001011

Color Harmonies of #EAC495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC495

Black with #EAC495

Text Example


Text Example

White with #EAC495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC495; }

 p { color: rgb(234,196,149); }

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

background-color css

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

 a { background-color: rgb(234,196,149); }

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

border-color css

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

 span { border-color: rgb(234,196,149); }

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