#EFCAA0

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

Shades of Negroni #EFCAA0

Tints of Negroni #EFCAA0

Color information

#EFCAA0 (or 0xEFCAA0) is unknown color: approx Negroni. HEX triplet: EF, CA and A0. RGB value is (239,202,160). Sum of RGB (Red+Green+Blue) = 239+202+160=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 160 (62.89% from 255 or 26.62% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCAA0 is #10355F. Grayscale: #D0D0D0. Windows color (decimal): -1062240 or 10537711. OLE color: 10537711.

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

Color convert

RGB239202160-
CMYK00.150.330.06
HSL31.9º71.17%78.24%-
HSV(B)31.9º33.05%93.73%-
XYZ63.0663.1342.12-
YUV208.28100.76149.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.77%
GREEN value IS 202 (79.30% from 255) = 33.61%
BLUE value IS 160 (62.89% from 255) = 26.62%
R=39.77%
G=33.61%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920216000.150.330.0631.971.1778.24
HexEFCAA00F21620474e
Octal35731224001741640107116
Binary1110111111001010101000000111110000111010000010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCAA0; }

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

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

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

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

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

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

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

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