#EABF9E

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

Shades of Negroni #EABF9E

Tints of Negroni #EABF9E

Color information

#EABF9E (or 0xEABF9E) is unknown color: approx Negroni. HEX triplet: EA, BF and 9E. RGB value is (234,191,158). Sum of RGB (Red+Green+Blue) = 234+191+158=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 158 (62.11% from 255 or 27.10% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABF9E is #154061. Grayscale: #C8C8C8. Windows color (decimal): -1392738 or 10403818. OLE color: 10403818.

HSL color Cylindrical-coordinate representation of color #EABF9E: hue angle of 26.05º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EABF9E is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB234191158-
CMYK00.180.320.08
HSL26.05º64.41%76.86%-
HSV(B)26.05º32.48%91.76%-
XYZ58.7357.2240.3-
YUV200.09104.25152.18-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.14%
GREEN value IS 191 (75% from 255) = 32.76%
BLUE value IS 158 (62.11% from 255) = 27.10%
R=40.14%
G=32.76%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419115800.180.320.0826.0564.4176.86
HexEABF9E0122081a404d
Octal352277236022401032100115
Binary11101010101111111001111001001010000010001101010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABF9E; }

 p { color: rgb(234,191,158); }

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

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

 a { background-color: rgb(234,191,158); }

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

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

 span { border-color: rgb(234,191,158); }

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