Html Css Color HEX #EAC5A6 Negroni

📋 copy color: '#EAC5A6'

red 234 ◦ green 197 ◦ blue 166

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

Shades of Negroni #EAC5A6

Tints of Negroni #EAC5A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 27.81%

R = 39.2%
G = 33%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EAC5A6 (or 0xEAC5A6) is known color: Negroni. HEX triplet: EA, C5 and A6. RGB value is (234,197,166). Sum of RGB (Red+Green+Blue) = 234+197+166=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 166 (65.23% from 255 or 27.81% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC5A6 is #153A59. Grayscale: #CCCCCC. Windows color (decimal): -1391194 or 10929642. OLE color: 10929642.

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

Color convert

RGB 234 197 166 -
CMYK 0 0.16 0.29 0.08
HSL 27.35º 0.62% 0.78% -
HSV(B) 27.35º 0.29% 0.92% -
XYZ 60.78 60.18 44.49 -
YUV 204.53 106.26 149.02 -
System Red Green Blue C M Y K H S L
Decimal 234 197 166 0 0.16 0.29 0.08 27.35 0.62 0.78
Hex EA C5 A6 0 10 1D 8 1B 3E 4E
Octal 352 305 246 0 20 35 10 33 76 116
Binary 11101010 11000101 10100110 0 10000 11101 1000 11011 111110 1001110

Color Harmonies of #EAC5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC5A6

Black with #EAC5A6

Text Example


Text Example

White with #EAC5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC5A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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