#EFC9A7

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

Shades of Negroni #EFC9A7

Tints of Negroni #EFC9A7

Color information

#EFC9A7 (or 0xEFC9A7) is unknown color: approx Negroni. HEX triplet: EF, C9 and A7. RGB value is (239,201,167). Sum of RGB (Red+Green+Blue) = 239+201+167=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 201 (78.91% from 255 or 33.11% from 607); Blue value is 167 (65.62% from 255 or 27.51% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC9A7 is #103658. Grayscale: #D0D0D0. Windows color (decimal): -1062489 or 10996207. OLE color: 10996207.

HSL color Cylindrical-coordinate representation of color #EFC9A7: hue angle of 28.33º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFC9A7 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB239201167-
CMYK00.160.300.06
HSL28.33º69.23%79.61%-
HSV(B)28.33º30.13%93.73%-
XYZ63.4662.9145.36-
YUV208.49104.59149.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.37%
GREEN value IS 201 (78.91% from 255) = 33.11%
BLUE value IS 167 (65.62% from 255) = 27.51%
R=39.37%
G=33.11%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920116700.160.300.0628.3369.2379.61
HexEFC9A70101E61c4550
Octal35731124702036634105120
Binary111011111100100110100111010000111101101110010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC9A7; }

 p { color: rgb(239,201,167); }

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

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

 a { background-color: rgb(239,201,167); }

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

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

 span { border-color: rgb(239,201,167); }

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