#EFC1A3

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

Shades of Negroni #EFC1A3

Tints of Negroni #EFC1A3

Color information

#EFC1A3 (or 0xEFC1A3) is unknown color: approx Negroni. HEX triplet: EF, C1 and A3. RGB value is (239,193,163). Sum of RGB (Red+Green+Blue) = 239+193+163=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 193 (75.78% from 255 or 32.44% from 595); Blue value is 163 (64.06% from 255 or 27.39% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC1A3 is #103E5C. Grayscale: #CBCBCB. Windows color (decimal): -1064541 or 10732015. OLE color: 10732015.

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

Color convert

RGB239193163-
CMYK00.190.320.06
HSL23.68º70.37%78.82%-
HSV(B)23.68º31.8%93.73%-
XYZ61.2859.1342.83-
YUV203.33105.24153.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.17%
GREEN value IS 193 (75.78% from 255) = 32.44%
BLUE value IS 163 (64.06% from 255) = 27.39%
R=40.17%
G=32.44%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919316300.190.320.0623.6870.3778.82
HexEFC1A301320618464f
Octal35730124302340630106117
Binary1110111111000001101000110100111000001101100010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC1A3; }

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

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

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

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

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

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

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

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