#EAC4A3

Color #EAC4A3 Negroni (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Negroni #EAC4A3

Tints of Negroni #EAC4A3

Color information

#EAC4A3 (or 0xEAC4A3) is unknown color: approx Negroni. HEX triplet: EA, C4 and A3. RGB value is (234,196,163). Sum of RGB (Red+Green+Blue) = 234+196+163=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 196 (76.95% from 255 or 33.05% from 593); Blue value is 163 (64.06% from 255 or 27.49% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC4A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC4A3 is #153B5C. Grayscale: #CBCBCB. Windows color (decimal): -1391453 or 10732778. OLE color: 10732778.

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

Color convert

RGB234196163-
CMYK00.160.300.08
HSL27.89º62.83%77.84%-
HSV(B)27.89º30.34%91.76%-
XYZ60.2859.6242.98-
YUV203.6105.09149.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.46%
GREEN value IS 196 (76.95% from 255) = 33.05%
BLUE value IS 163 (64.06% from 255) = 27.49%
R=39.46%
G=33.05%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419616300.160.300.0827.8962.8377.84
HexEAC4A30101E81c3f4e
Octal35230424302036103477116
Binary111010101100010010100011010000111101000111001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC4A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC4A3; }

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

 H1.HeaderClassName
 {
   color: #EAC4A3;
 }
 .AnyTagClassName
 {
   color: #EAC4A3;
 }
</style>
background-color css

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

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

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

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

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

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