Html Css Color HEX #EAC295 New Tan

📋 copy color: '#EAC295'

red 234 ◦ green 194 ◦ blue 149

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

Shades of New Tan #EAC295

Tints of New Tan #EAC295

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.62%

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

R = 40.55%
G = 33.62%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EAC295 (or 0xEAC295) is known color: New Tan. HEX triplet: EA, C2 and 95. RGB value is (234,194,149). Sum of RGB (Red+Green+Blue) = 234+194+149=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 194 (76.17% from 255 or 33.62% from 577); Blue value is 149 (58.59% from 255 or 25.82% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC295 is #153D6A. Grayscale: #C9C9C9. Windows color (decimal): -1391979 or 9814762. OLE color: 9814762.

HSL color Cylindrical-coordinate representation of color #EAC295: hue angle of 31.76º 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 #EAC295 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 194 149 -
CMYK 0 0.17 0.36 0.08
HSL 31.76º 0.67% 0.75% -
HSV(B) 31.76º 0.36% 0.92% -
XYZ 58.65 58.25 36.59 -
YUV 200.83 98.75 151.66 -
System Red Green Blue C M Y K H S L
Decimal 234 194 149 0 0.17 0.36 0.08 31.76 0.67 0.75
Hex EA C2 95 0 11 24 8 20 43 4B
Octal 352 302 225 0 21 44 10 40 103 113
Binary 11101010 11000010 10010101 0 10001 100100 1000 100000 1000011 1001011

Color Harmonies of #EAC295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC295

Black with #EAC295

Text Example


Text Example

White with #EAC295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC295; }

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

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

background-color css

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

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

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

border-color css

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

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

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