#EABE9C

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

Shades of Negroni #EABE9C

Tints of Negroni #EABE9C

Color information

#EABE9C (or 0xEABE9C) is unknown color: approx Negroni. HEX triplet: EA, BE and 9C. RGB value is (234,190,156). Sum of RGB (Red+Green+Blue) = 234+190+156=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 156 (61.33% from 255 or 26.90% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABE9C is #154163. Grayscale: #C7C7C7. Windows color (decimal): -1392996 or 10272490. OLE color: 10272490.

HSL color Cylindrical-coordinate representation of color #EABE9C: hue angle of 26.15º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EABE9C is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB234190156-
CMYK00.190.330.08
HSL26.15º65%76.47%-
HSV(B)26.15º33.33%91.76%-
XYZ58.3556.7239.33-
YUV199.28103.58152.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.34%
GREEN value IS 190 (74.61% from 255) = 32.76%
BLUE value IS 156 (61.33% from 255) = 26.90%
R=40.34%
G=32.76%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419015600.190.330.0826.156576.47
HexEABE9C0132181a414c
Octal352276234023411032101114
Binary11101010101111101001110001001110000110001101010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABE9C; }

 p { color: rgb(234,190,156); }

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

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

 a { background-color: rgb(234,190,156); }

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

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

 span { border-color: rgb(234,190,156); }

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