#efc5a5

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

Shades of Negroni #EFC5A5

Tints of Negroni #EFC5A5

Color information

#EFC5A5 (or 0xEFC5A5) is unknown color: approx Negroni. HEX triplet: EF, C5 and A5. RGB value is (239,197,165). Sum of RGB (Red+Green+Blue) = 239+197+165=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 197 (77.34% from 255 or 32.78% from 601); Blue value is 165 (64.84% from 255 or 27.45% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC5A5 is #103A5A. Grayscale: #CECECE. Windows color (decimal): -1063515 or 10864111. OLE color: 10864111.

HSL color Cylindrical-coordinate representation of color #EFC5A5: hue angle of 25.95º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFC5A5 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB239197165-
CMYK00.180.310.06
HSL25.95º69.81%79.22%-
HSV(B)25.95º30.96%93.73%-
XYZ62.356144.09-
YUV205.91104.91151.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.77%
GREEN value IS 197 (77.34% from 255) = 32.78%
BLUE value IS 165 (64.84% from 255) = 27.45%
R=39.77%
G=32.78%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919716500.180.310.0625.9569.8179.22
HexEFC5A50121F61a464f
Octal35730524502237632106117
Binary111011111100010110100101010010111111101101010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efc5a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efc5a5; }

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

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

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

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

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

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

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

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