#EDC0A0

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

Shades of Negroni #EDC0A0

Tints of Negroni #EDC0A0

Color information

#EDC0A0 (or 0xEDC0A0) is unknown color: approx Negroni. HEX triplet: ED, C0 and A0. RGB value is (237,192,160). Sum of RGB (Red+Green+Blue) = 237+192+160=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 192 (75.39% from 255 or 32.60% from 589); Blue value is 160 (62.89% from 255 or 27.16% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC0A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC0A0 is #123F5F. Grayscale: #C9C9C9. Windows color (decimal): -1195872 or 10535149. OLE color: 10535149.

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

Color convert

RGB237192160-
CMYK00.190.320.07
HSL24.94º68.14%77.84%-
HSV(B)24.94º32.49%92.94%-
XYZ60.1258.2441.33-
YUV201.81104.41153.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.24%
GREEN value IS 192 (75.39% from 255) = 32.60%
BLUE value IS 160 (62.89% from 255) = 27.16%
R=40.24%
G=32.60%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719216000.190.320.0724.9468.1477.84
HexEDC0A001320719444e
Octal35530024002340731104116
Binary1110110111000000101000000100111000001111100110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC0A0; }

 p { color: rgb(237,192,160); }

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

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

 a { background-color: rgb(237,192,160); }

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

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

 span { border-color: rgb(237,192,160); }

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