#EDC09C

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

Shades of Negroni #EDC09C

Tints of Negroni #EDC09C

Color information

#EDC09C (or 0xEDC09C) is unknown color: approx Negroni. HEX triplet: ED, C0 and 9C. RGB value is (237,192,156). Sum of RGB (Red+Green+Blue) = 237+192+156=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 156 (61.33% from 255 or 26.67% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC09C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC09C is #123F63. Grayscale: #C9C9C9. Windows color (decimal): -1195876 or 10273005. OLE color: 10273005.

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

Color convert

RGB237192156-
CMYK00.190.340.07
HSL26.67º69.23%77.06%-
HSV(B)26.67º34.18%92.94%-
XYZ59.7858.139.52-
YUV201.35102.41153.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.51%
GREEN value IS 192 (75.39% from 255) = 32.82%
BLUE value IS 156 (61.33% from 255) = 26.67%
R=40.51%
G=32.82%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719215600.190.340.0726.6769.2377.06
HexEDC09C0132271b454d
Octal35530023402342733105115
Binary1110110111000000100111000100111000101111101110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC09C; }

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

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

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

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

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

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

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

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