Html Css Color HEX #EAC796 New Tan

📋 copy color: '#EAC796'

red 234 ◦ green 199 ◦ blue 150

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

Shades of New Tan #EAC796

Tints of New Tan #EAC796

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.13%

 BLUE value IS 150 (58.98% from 255) = 25.73%

R = 40.14%
G = 34.13%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EAC796 (or 0xEAC796) is known color: New Tan. HEX triplet: EA, C7 and 96. RGB value is (234,199,150). Sum of RGB (Red+Green+Blue) = 234+199+150=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 199 (78.12% from 255 or 34.13% from 583); Blue value is 150 (58.98% from 255 or 25.73% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC796 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC796 is #153869. Grayscale: #CCCCCC. Windows color (decimal): -1390698 or 9881578. OLE color: 9881578.

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

Color convert

RGB 234 199 150 -
CMYK 0 0.15 0.36 0.08
HSL 35º 0.67% 0.75% -
HSV(B) 35º 0.36% 0.92% -
XYZ 59.86 60.54 37.38 -
YUV 203.88 97.6 149.48 -
System Red Green Blue C M Y K H S L
Decimal 234 199 150 0 0.15 0.36 0.08 35 0.67 0.75
Hex EA C7 96 0 F 24 8 23 43 4B
Octal 352 307 226 0 17 44 10 43 103 113
Binary 11101010 11000111 10010110 0 1111 100100 1000 100011 1000011 1001011

Color Harmonies of #EAC796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC796

Black with #EAC796

Text Example


Text Example

White with #EAC796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC796; }

 p { color: rgb(234,199,150); }

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

background-color css

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

 a { background-color: rgb(234,199,150); }

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

border-color css

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

 span { border-color: rgb(234,199,150); }

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