#EEBE9F

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

Shades of Negroni #EEBE9F

Tints of Negroni #EEBE9F

Color information

#EEBE9F (or 0xEEBE9F) is unknown color: approx Negroni. HEX triplet: EE, BE and 9F. RGB value is (238,190,159). Sum of RGB (Red+Green+Blue) = 238+190+159=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 159 (62.5% from 255 or 27.09% from 587); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBE9F is #114160. Grayscale: #C8C8C8. Windows color (decimal): -1130849 or 10469102. OLE color: 10469102.

HSL color Cylindrical-coordinate representation of color #EEBE9F: hue angle of 23.54º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEBE9F is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB238190159-
CMYK00.200.330.07
HSL23.54º69.91%77.84%-
HSV(B)23.54º33.19%93.33%-
XYZ59.9357.5140.74-
YUV200.82104.4154.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.55%
GREEN value IS 190 (74.61% from 255) = 32.37%
BLUE value IS 159 (62.5% from 255) = 27.09%
R=40.55%
G=32.37%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819015900.200.330.0723.5469.9177.84
HexEEBE9F01421718464e
Octal35627623702441730106116
Binary1110111010111110100111110101001000011111100010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBE9F; }

 p { color: rgb(238,190,159); }

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

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

 a { background-color: rgb(238,190,159); }

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

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

 span { border-color: rgb(238,190,159); }

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