#EFC0A2

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

Shades of Negroni #EFC0A2

Tints of Negroni #EFC0A2

Color information

#EFC0A2 (or 0xEFC0A2) is unknown color: approx Negroni. HEX triplet: EF, C0 and A2. RGB value is (239,192,162). Sum of RGB (Red+Green+Blue) = 239+192+162=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 162 (63.67% from 255 or 27.32% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC0A2 is #103F5D. Grayscale: #CACACA. Windows color (decimal): -1064798 or 10666223. OLE color: 10666223.

HSL color Cylindrical-coordinate representation of color #EFC0A2: hue angle of 23.38º 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 #EFC0A2 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB239192162-
CMYK00.200.320.06
HSL23.38º70.64%78.63%-
HSV(B)23.38º32.22%93.73%-
XYZ60.9758.6642.29-
YUV202.63105.07153.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.30%
GREEN value IS 192 (75.39% from 255) = 32.38%
BLUE value IS 162 (63.67% from 255) = 27.32%
R=40.30%
G=32.38%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919216200.200.320.0623.3870.6478.63
HexEFC0A201420617474f
Octal35730024202440627107117
Binary1110111111000000101000100101001000001101011110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC0A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC0A2; }

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

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

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

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

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

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

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

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