Html Css Color HEX #EAC196 New Tan

📋 copy color: '#EAC196'

red 234 ◦ green 193 ◦ blue 150

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

Shades of New Tan #EAC196

Tints of New Tan #EAC196

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.45%

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

R = 40.55%
G = 33.45%
B = 26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EAC196 (or 0xEAC196) is known color: New Tan. HEX triplet: EA, C1 and 96. RGB value is (234,193,150). Sum of RGB (Red+Green+Blue) = 234+193+150=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 193 (75.78% from 255 or 33.45% from 577); Blue value is 150 (58.98% from 255 or 26.00% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC196 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC196 is #153E69. Grayscale: #C8C8C8. Windows color (decimal): -1392234 or 9880042. OLE color: 9880042.

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

Color convert

RGB 234 193 150 -
CMYK 0 0.18 0.36 0.08
HSL 30.71º 0.67% 0.75% -
HSV(B) 30.71º 0.36% 0.92% -
XYZ 58.51 57.83 36.93 -
YUV 200.36 99.58 152 -
System Red Green Blue C M Y K H S L
Decimal 234 193 150 0 0.18 0.36 0.08 30.71 0.67 0.75
Hex EA C1 96 0 12 24 8 1F 43 4B
Octal 352 301 226 0 22 44 10 37 103 113
Binary 11101010 11000001 10010110 0 10010 100100 1000 11111 1000011 1001011

Color Harmonies of #EAC196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC196

Black with #EAC196

Text Example


Text Example

White with #EAC196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC196; }

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

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

background-color css

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

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

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

border-color css

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

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

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