#EFCAA2

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

Shades of Negroni #EFCAA2

Tints of Negroni #EFCAA2

Color information

#EFCAA2 (or 0xEFCAA2) is unknown color: approx Negroni. HEX triplet: EF, CA and A2. RGB value is (239,202,162). Sum of RGB (Red+Green+Blue) = 239+202+162=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 162 (63.67% from 255 or 26.87% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCAA2 is #10355D. Grayscale: #D0D0D0. Windows color (decimal): -1062238 or 10668783. OLE color: 10668783.

HSL color Cylindrical-coordinate representation of color #EFCAA2: hue angle of 31.17º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFCAA2 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB239202162-
CMYK00.150.320.06
HSL31.17º70.64%78.63%-
HSV(B)31.17º32.22%93.73%-
XYZ63.2463.243.05-
YUV208.5101.76149.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.64%
GREEN value IS 202 (79.30% from 255) = 33.50%
BLUE value IS 162 (63.67% from 255) = 26.87%
R=39.64%
G=33.50%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920216200.150.320.0631.1770.6478.63
HexEFCAA20F2061f474f
Octal35731224201740637107117
Binary111011111100101010100010011111000001101111110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCAA2; }

 p { color: rgb(239,202,162); }

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

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

 a { background-color: rgb(239,202,162); }

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

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

 span { border-color: rgb(239,202,162); }

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