#efbf99

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

Shades of Negroni #EFBF99

Tints of Negroni #EFBF99

Color information

#EFBF99 (or 0xEFBF99) is unknown color: approx Negroni. HEX triplet: EF, BF and 99. RGB value is (239,191,153). Sum of RGB (Red+Green+Blue) = 239+191+153=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 153 (60.16% from 255 or 26.24% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBF99 is #104066. Grayscale: #C9C9C9. Windows color (decimal): -1065063 or 10076143. OLE color: 10076143.

HSL color Cylindrical-coordinate representation of color #EFBF99: hue angle of 26.51º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFBF99 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB239191153-
CMYK00.200.360.06
HSL26.51º72.88%76.86%-
HSV(B)26.51º35.98%93.73%-
XYZ59.9857.9138.15-
YUV201.02100.9155.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.99%
GREEN value IS 191 (75% from 255) = 32.76%
BLUE value IS 153 (60.16% from 255) = 26.24%
R=40.99%
G=32.76%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919115300.200.360.0626.5172.8876.86
HexEFBF990142461b494d
Octal35727723102444633111115
Binary1110111110111111100110010101001001001101101110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efbf99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efbf99; }

 p { color: rgb(239,191,153); }

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

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

 a { background-color: rgb(239,191,153); }

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

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

 span { border-color: rgb(239,191,153); }

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