#EFC5A0

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

Shades of Negroni #EFC5A0

Tints of Negroni #EFC5A0

Color information

#EFC5A0 (or 0xEFC5A0) is unknown color: approx Negroni. HEX triplet: EF, C5 and A0. RGB value is (239,197,160). Sum of RGB (Red+Green+Blue) = 239+197+160=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 197 (77.34% from 255 or 33.05% from 596); Blue value is 160 (62.89% from 255 or 26.85% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC5A0 is #103A5F. Grayscale: #CDCDCD. Windows color (decimal): -1063520 or 10536431. OLE color: 10536431.

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

Color convert

RGB239197160-
CMYK00.180.330.06
HSL28.1º71.17%78.24%-
HSV(B)28.1º33.05%93.73%-
XYZ61.9160.8241.73-
YUV205.34102.41152.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 197 (77.34% from 255) = 33.05%
BLUE value IS 160 (62.89% from 255) = 26.85%
R=40.10%
G=33.05%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919716000.180.330.0628.171.1778.24
HexEFC5A00122161c474e
Octal35730524002241634107116
Binary1110111111000101101000000100101000011101110010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC5A0; }

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

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

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

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

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

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

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

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