#EFCAA8

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

Shades of Negroni #EFCAA8

Tints of Negroni #EFCAA8

Color information

#EFCAA8 (or 0xEFCAA8) is unknown color: approx Negroni. HEX triplet: EF, CA and A8. RGB value is (239,202,168). Sum of RGB (Red+Green+Blue) = 239+202+168=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 168 (66.02% from 255 or 27.59% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCAA8 is #103557. Grayscale: #D1D1D1. Windows color (decimal): -1062232 or 11061999. OLE color: 11061999.

HSL color Cylindrical-coordinate representation of color #EFCAA8: hue angle of 28.73º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFCAA8 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB239202168-
CMYK00.150.300.06
HSL28.73º68.93%79.8%-
HSV(B)28.73º29.71%93.73%-
XYZ63.7963.4245.93-
YUV209.19104.76149.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.24%
GREEN value IS 202 (79.30% from 255) = 33.17%
BLUE value IS 168 (66.02% from 255) = 27.59%
R=39.24%
G=33.17%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920216800.150.300.0628.7368.9379.8
HexEFCAA80F1E61d4550
Octal35731225001736635105120
Binary11101111110010101010100001111111101101110110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCAA8; }

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

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

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

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

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

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

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

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