#EFC2A1

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

Shades of Negroni #EFC2A1

Tints of Negroni #EFC2A1

Color information

#EFC2A1 (or 0xEFC2A1) is unknown color: approx Negroni. HEX triplet: EF, C2 and A1. RGB value is (239,194,161). Sum of RGB (Red+Green+Blue) = 239+194+161=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 194 (76.17% from 255 or 32.66% from 594); Blue value is 161 (63.28% from 255 or 27.10% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC2A1 is #103D5E. Grayscale: #CBCBCB. Windows color (decimal): -1064287 or 10601199. OLE color: 10601199.

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

Color convert

RGB239194161-
CMYK00.190.330.06
HSL25.38º70.91%78.43%-
HSV(B)25.38º32.64%93.73%-
XYZ61.3259.5141.97-
YUV203.69103.91153.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.24%
GREEN value IS 194 (76.17% from 255) = 32.66%
BLUE value IS 161 (63.28% from 255) = 27.10%
R=40.24%
G=32.66%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919416100.190.330.0625.3870.9178.43
HexEFC2A101321619474e
Octal35730224102341631107116
Binary1110111111000010101000010100111000011101100110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC2A1; }

 p { color: rgb(239,194,161); }

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

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

 a { background-color: rgb(239,194,161); }

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

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

 span { border-color: rgb(239,194,161); }

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