#EFC0A3

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

Shades of Negroni #EFC0A3

Tints of Negroni #EFC0A3

Color information

#EFC0A3 (or 0xEFC0A3) is unknown color: approx Negroni. HEX triplet: EF, C0 and A3. RGB value is (239,192,163). Sum of RGB (Red+Green+Blue) = 239+192+163=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 192 (75.39% from 255 or 32.32% from 594); Blue value is 163 (64.06% from 255 or 27.44% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC0A3 is #103F5C. Grayscale: #CACACA. Windows color (decimal): -1064797 or 10731759. OLE color: 10731759.

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

Color convert

RGB239192163-
CMYK00.200.320.06
HSL22.89º70.37%78.82%-
HSV(B)22.89º31.8%93.73%-
XYZ61.0658.6942.76-
YUV202.75105.57153.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.24%
GREEN value IS 192 (75.39% from 255) = 32.32%
BLUE value IS 163 (64.06% from 255) = 27.44%
R=40.24%
G=32.32%
B=27.44%

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
Decimal23919216300.200.320.0622.8970.3778.82
HexEFC0A301420617464f
Octal35730024302440627106117
Binary1110111111000000101000110101001000001101011110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC0A3; }

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

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

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

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

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

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

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

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