#EAC8A6

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

Shades of Negroni #EAC8A6

Tints of Negroni #EAC8A6

Color information

#EAC8A6 (or 0xEAC8A6) is unknown color: approx Negroni. HEX triplet: EA, C8 and A6. RGB value is (234,200,166). Sum of RGB (Red+Green+Blue) = 234+200+166=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 200 (78.52% from 255 or 33.33% from 600); Blue value is 166 (65.23% from 255 or 27.67% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC8A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC8A6 is #153759. Grayscale: #CECECE. Windows color (decimal): -1390426 or 10930410. OLE color: 10930410.

HSL color Cylindrical-coordinate representation of color #EAC8A6: 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.29%. Process color model (Four color, CMYK) of #EAC8A6 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB234200166-
CMYK00.150.290.08
HSL30º61.82%78.43%-
HSV(B)30º29.06%91.76%-
XYZ61.4761.5544.72-
YUV206.29105.26147.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39%
GREEN value IS 200 (78.52% from 255) = 33.33%
BLUE value IS 166 (65.23% from 255) = 27.67%
R=39%
G=33.33%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420016600.150.290.083061.8278.43
HexEAC8A60F1D81e3e4e
Octal35231024601735103676116
Binary11101010110010001010011001111111011000111101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC8A6; }

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

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

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

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

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

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

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

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