#EDC49E

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

Shades of Negroni #EDC49E

Tints of Negroni #EDC49E

Color information

#EDC49E (or 0xEDC49E) is unknown color: approx Negroni. HEX triplet: ED, C4 and 9E. RGB value is (237,196,158). Sum of RGB (Red+Green+Blue) = 237+196+158=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 158 (62.11% from 255 or 26.73% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC49E is #123B61. Grayscale: #CCCCCC. Windows color (decimal): -1194850 or 10405101. OLE color: 10405101.

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

Color convert

RGB237196158-
CMYK00.170.330.07
HSL28.86º68.7%77.45%-
HSV(B)28.86º33.33%92.94%-
XYZ60.8459.9540.71-
YUV203.93102.08151.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.10%
GREEN value IS 196 (76.95% from 255) = 33.16%
BLUE value IS 158 (62.11% from 255) = 26.73%
R=40.10%
G=33.16%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719615800.170.330.0728.8668.777.45
HexEDC49E0112171d454d
Octal35530423602141735105115
Binary1110110111000100100111100100011000011111110110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC49E; }

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

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

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

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

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

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

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

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