#EDBEA2

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

Shades of Negroni #EDBEA2

Tints of Negroni #EDBEA2

Color information

#EDBEA2 (or 0xEDBEA2) is unknown color: approx Negroni. HEX triplet: ED, BE and A2. RGB value is (237,190,162). Sum of RGB (Red+Green+Blue) = 237+190+162=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 162 (63.67% from 255 or 27.50% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBEA2 is #12415D. Grayscale: #C9C9C9. Windows color (decimal): -1196382 or 10665709. OLE color: 10665709.

HSL color Cylindrical-coordinate representation of color #EDBEA2: hue angle of 22.4º 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 #EDBEA2 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB237190162-
CMYK00.200.320.07
HSL22.4º67.57%78.24%-
HSV(B)22.4º31.65%92.94%-
XYZ59.8657.4442.11-
YUV200.86106.07153.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.24%
GREEN value IS 190 (74.61% from 255) = 32.26%
BLUE value IS 162 (63.67% from 255) = 27.50%
R=40.24%
G=32.26%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719016200.200.320.0722.467.5778.24
HexEDBEA201420716444e
Octal35527624202440726104116
Binary1110110110111110101000100101001000001111011010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBEA2; }

 p { color: rgb(237,190,162); }

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

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

 a { background-color: rgb(237,190,162); }

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

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

 span { border-color: rgb(237,190,162); }

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