#EFC7A0

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

Shades of Negroni #EFC7A0

Tints of Negroni #EFC7A0

Color information

#EFC7A0 (or 0xEFC7A0) is unknown color: approx Negroni. HEX triplet: EF, C7 and A0. RGB value is (239,199,160). Sum of RGB (Red+Green+Blue) = 239+199+160=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 160 (62.89% from 255 or 26.76% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC7A0 is #10385F. Grayscale: #CECECE. Windows color (decimal): -1063008 or 10536943. OLE color: 10536943.

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

Color convert

RGB239199160-
CMYK00.170.330.06
HSL29.62º71.17%78.24%-
HSV(B)29.62º33.05%93.73%-
XYZ62.3761.7441.89-
YUV206.51101.75151.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.97%
GREEN value IS 199 (78.12% from 255) = 33.28%
BLUE value IS 160 (62.89% from 255) = 26.76%
R=39.97%
G=33.28%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919916000.170.330.0629.6271.1778.24
HexEFC7A00112161e474e
Octal35730724002141636107116
Binary1110111111000111101000000100011000011101111010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC7A0; }

 p { color: rgb(239,199,160); }

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

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

 a { background-color: rgb(239,199,160); }

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

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

 span { border-color: rgb(239,199,160); }

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