#EBBFA4

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

Shades of Negroni #EBBFA4

Tints of Negroni #EBBFA4

Color information

#EBBFA4 (or 0xEBBFA4) is unknown color: approx Negroni. HEX triplet: EB, BF and A4. RGB value is (235,191,164). Sum of RGB (Red+Green+Blue) = 235+191+164=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 164 (64.45% from 255 or 27.80% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBFA4 is #14405B. Grayscale: #C9C9C9. Windows color (decimal): -1327196 or 10797035. OLE color: 10797035.

HSL color Cylindrical-coordinate representation of color #EBBFA4: hue angle of 22.82º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBBFA4 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB235191164-
CMYK00.190.300.08
HSL22.82º63.96%78.24%-
HSV(B)22.82º30.21%92.16%-
XYZ59.5957.643.1-
YUV201.08107.08152.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.83%
GREEN value IS 191 (75% from 255) = 32.37%
BLUE value IS 164 (64.45% from 255) = 27.80%
R=39.83%
G=32.37%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519116400.190.300.0822.8263.9678.24
HexEBBFA40131E817404e
Octal353277244023361027100116
Binary1110101110111111101001000100111111010001011110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFA4; }

 p { color: rgb(235,191,164); }

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

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

 a { background-color: rgb(235,191,164); }

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

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

 span { border-color: rgb(235,191,164); }

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