#EAC4A4

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

Shades of Negroni #EAC4A4

Tints of Negroni #EAC4A4

Color information

#EAC4A4 (or 0xEAC4A4) is unknown color: approx Negroni. HEX triplet: EA, C4 and A4. RGB value is (234,196,164). Sum of RGB (Red+Green+Blue) = 234+196+164=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 196 (76.95% from 255 or 33.00% from 594); Blue value is 164 (64.45% from 255 or 27.61% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC4A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC4A4 is #153B5B. Grayscale: #CBCBCB. Windows color (decimal): -1391452 or 10798314. OLE color: 10798314.

HSL color Cylindrical-coordinate representation of color #EAC4A4: hue angle of 27.43º degrees, saturation: 0.62, 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 #EAC4A4 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB234196164-
CMYK00.160.300.08
HSL27.43º62.5%78.04%-
HSV(B)27.43º29.91%91.76%-
XYZ60.3759.6543.45-
YUV203.71105.59149.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.39%
GREEN value IS 196 (76.95% from 255) = 33.00%
BLUE value IS 164 (64.45% from 255) = 27.61%
R=39.39%
G=33.00%
B=27.61%

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
Decimal23419616400.160.300.0827.4362.578.04
HexEAC4A40101E81b3e4e
Octal35230424402036103376116
Binary111010101100010010100100010000111101000110111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC4A4; }

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

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

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

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

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

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

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

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