#EAC7A4

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

Shades of Negroni #EAC7A4

Tints of Negroni #EAC7A4

Color information

#EAC7A4 (or 0xEAC7A4) is unknown color: approx Negroni. HEX triplet: EA, C7 and A4. RGB value is (234,199,164). Sum of RGB (Red+Green+Blue) = 234+199+164=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 199 (78.12% from 255 or 33.33% from 597); Blue value is 164 (64.45% from 255 or 27.47% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC7A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC7A4 is #15385B. Grayscale: #CDCDCD. Windows color (decimal): -1390684 or 10799082. OLE color: 10799082.

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

Color convert

RGB234199164-
CMYK00.150.300.08
HSL30º62.5%78.04%-
HSV(B)30º29.91%91.76%-
XYZ61.0661.0243.68-
YUV205.48104.6148.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.20%
GREEN value IS 199 (78.12% from 255) = 33.33%
BLUE value IS 164 (64.45% from 255) = 27.47%
R=39.20%
G=33.33%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419916400.150.300.083062.578.04
HexEAC7A40F1E81e3e4e
Octal35230724401736103676116
Binary11101010110001111010010001111111101000111101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC7A4; }

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

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

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

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

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

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

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

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