#EFC4A7

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

Shades of Negroni #EFC4A7

Tints of Negroni #EFC4A7

Color information

#EFC4A7 (or 0xEFC4A7) is unknown color: approx Negroni. HEX triplet: EF, C4 and A7. RGB value is (239,196,167). Sum of RGB (Red+Green+Blue) = 239+196+167=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 196 (76.95% from 255 or 32.56% from 602); Blue value is 167 (65.62% from 255 or 27.74% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC4A7 is #103B58. Grayscale: #CDCDCD. Windows color (decimal): -1063769 or 10994927. OLE color: 10994927.

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

Color convert

RGB239196167-
CMYK00.180.300.06
HSL24.17º69.23%79.61%-
HSV(B)24.17º30.13%93.73%-
XYZ62.3160.6244.98-
YUV205.55106.25151.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.70%
GREEN value IS 196 (76.95% from 255) = 32.56%
BLUE value IS 167 (65.62% from 255) = 27.74%
R=39.70%
G=32.56%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919616700.180.300.0624.1769.2379.61
HexEFC4A70121E6184550
Octal35730424702236630105120
Binary111011111100010010100111010010111101101100010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC4A7; }

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

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

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

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

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

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

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

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