#EDC49F

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

Shades of Negroni #EDC49F

Tints of Negroni #EDC49F

Color information

#EDC49F (or 0xEDC49F) is unknown color: approx Negroni. HEX triplet: ED, C4 and 9F. RGB value is (237,196,159). Sum of RGB (Red+Green+Blue) = 237+196+159=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 159 (62.5% from 255 or 26.86% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC49F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC49F is #123B60. Grayscale: #CCCCCC. Windows color (decimal): -1194849 or 10470637. OLE color: 10470637.

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

Color convert

RGB237196159-
CMYK00.170.330.07
HSL28.46º68.42%77.65%-
HSV(B)28.46º32.91%92.94%-
XYZ60.9259.9941.17-
YUV204.04102.58151.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.03%
GREEN value IS 196 (76.95% from 255) = 33.11%
BLUE value IS 159 (62.5% from 255) = 26.86%
R=40.03%
G=33.11%
B=26.86%

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
Decimal23719615900.170.330.0728.4668.4277.65
HexEDC49F0112171c444e
Octal35530423702141734104116
Binary1110110111000100100111110100011000011111110010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC49F; }

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

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

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

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

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

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

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

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