#EDBFA0

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

Shades of Negroni #EDBFA0

Tints of Negroni #EDBFA0

Color information

#EDBFA0 (or 0xEDBFA0) is unknown color: approx Negroni. HEX triplet: ED, BF and A0. RGB value is (237,191,160). Sum of RGB (Red+Green+Blue) = 237+191+160=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 160 (62.89% from 255 or 27.21% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBFA0 is #12405F. Grayscale: #C9C9C9. Windows color (decimal): -1196128 or 10534893. OLE color: 10534893.

HSL color Cylindrical-coordinate representation of color #EDBFA0: hue angle of 24.16º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDBFA0 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB237191160-
CMYK00.190.320.07
HSL24.16º68.14%77.84%-
HSV(B)24.16º32.49%92.94%-
XYZ59.957.841.26-
YUV201.22104.74153.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.31%
GREEN value IS 191 (75% from 255) = 32.48%
BLUE value IS 160 (62.89% from 255) = 27.21%
R=40.31%
G=32.48%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719116000.190.320.0724.1668.1477.84
HexEDBFA001320718444e
Octal35527724002340730104116
Binary1110110110111111101000000100111000001111100010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBFA0; }

 p { color: rgb(237,191,160); }

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

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

 a { background-color: rgb(237,191,160); }

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

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

 span { border-color: rgb(237,191,160); }

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