#EEC19B

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

Shades of Negroni #EEC19B

Tints of Negroni #EEC19B

Color information

#EEC19B (or 0xEEC19B) is unknown color: approx Negroni. HEX triplet: EE, C1 and 9B. RGB value is (238,193,155). Sum of RGB (Red+Green+Blue) = 238+193+155=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 155 (60.94% from 255 or 26.45% from 586); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC19B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC19B is #113E64. Grayscale: #CACACA. Windows color (decimal): -1130085 or 10207726. OLE color: 10207726.

HSL color Cylindrical-coordinate representation of color #EEC19B: hue angle of 27.47º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EEC19B is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB238193155-
CMYK00.190.350.07
HSL27.47º70.94%77.06%-
HSV(B)27.47º34.87%93.33%-
XYZ60.2558.6839.16-
YUV202.12101.41153.59-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.61%
GREEN value IS 193 (75.78% from 255) = 32.94%
BLUE value IS 155 (60.94% from 255) = 26.45%
R=40.61%
G=32.94%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819315500.190.350.0727.4770.9477.06
HexEEC19B0132371b474d
Octal35630123302343733107115
Binary1110111011000001100110110100111000111111101110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC19B; }

 p { color: rgb(238,193,155); }

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

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

 a { background-color: rgb(238,193,155); }

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

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

 span { border-color: rgb(238,193,155); }

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