#EDBE9C

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

Shades of Negroni #EDBE9C

Tints of Negroni #EDBE9C

Color information

#EDBE9C (or 0xEDBE9C) is unknown color: approx Negroni. HEX triplet: ED, BE and 9C. RGB value is (237,190,156). Sum of RGB (Red+Green+Blue) = 237+190+156=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 190 (74.61% from 255 or 32.59% from 583); Blue value is 156 (61.33% from 255 or 26.76% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBE9C is #124163. Grayscale: #C8C8C8. Windows color (decimal): -1196388 or 10272493. OLE color: 10272493.

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

Color convert

RGB237190156-
CMYK00.200.340.07
HSL25.19º69.23%77.06%-
HSV(B)25.19º34.18%92.94%-
XYZ59.3457.2339.37-
YUV200.18103.07154.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.65%
GREEN value IS 190 (74.61% from 255) = 32.59%
BLUE value IS 156 (61.33% from 255) = 26.76%
R=40.65%
G=32.59%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719015600.200.340.0725.1969.2377.06
HexEDBE9C01422719454d
Octal35527623402442731105115
Binary1110110110111110100111000101001000101111100110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBE9C; }

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

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

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

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

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

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

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

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