#EDBE9E

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

Shades of Negroni #EDBE9E

Tints of Negroni #EDBE9E

Color information

#EDBE9E (or 0xEDBE9E) is unknown color: approx Negroni. HEX triplet: ED, BE and 9E. RGB value is (237,190,158). Sum of RGB (Red+Green+Blue) = 237+190+158=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 158 (62.11% from 255 or 27.01% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBE9E is #124161. Grayscale: #C8C8C8. Windows color (decimal): -1196386 or 10403565. OLE color: 10403565.

HSL color Cylindrical-coordinate representation of color #EDBE9E: hue angle of 24.3º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDBE9E is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB237190158-
CMYK00.200.330.07
HSL24.3º68.7%77.45%-
HSV(B)24.3º33.33%92.94%-
XYZ59.5157.340.27-
YUV200.4104.07154.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.51%
GREEN value IS 190 (74.61% from 255) = 32.48%
BLUE value IS 158 (62.11% from 255) = 27.01%
R=40.51%
G=32.48%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719015800.200.330.0724.368.777.45
HexEDBE9E01421718454d
Octal35527623602441730105115
Binary1110110110111110100111100101001000011111100010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBE9E; }

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

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

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

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

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

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

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

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