#EEC7A2

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

Shades of Negroni #EEC7A2

Tints of Negroni #EEC7A2

Color information

#EEC7A2 (or 0xEEC7A2) is unknown color: approx Negroni. HEX triplet: EE, C7 and A2. RGB value is (238,199,162). Sum of RGB (Red+Green+Blue) = 238+199+162=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 199 (78.12% from 255 or 33.22% from 599); Blue value is 162 (63.67% from 255 or 27.05% from 599); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC7A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC7A2 is #11385D. Grayscale: #CECECE. Windows color (decimal): -1128542 or 10668014. OLE color: 10668014.

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

Color convert

RGB238199162-
CMYK00.160.320.07
HSL29.21º69.09%78.43%-
HSV(B)29.21º31.93%93.33%-
XYZ62.261.6342.8-
YUV206.44102.92150.51-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.73%
GREEN value IS 199 (78.12% from 255) = 33.22%
BLUE value IS 162 (63.67% from 255) = 27.05%
R=39.73%
G=33.22%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819916200.160.320.0729.2169.0978.43
HexEEC7A20102071d454e
Octal35630724202040735105116
Binary1110111011000111101000100100001000001111110110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC7A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC7A2; }

 p { color: rgb(238,199,162); }

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

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

 a { background-color: rgb(238,199,162); }

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

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

 span { border-color: rgb(238,199,162); }

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