#ECC19E

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

Shades of Negroni #ECC19E

Tints of Negroni #ECC19E

Color information

#ECC19E (or 0xECC19E) is unknown color: approx Negroni. HEX triplet: EC, C1 and 9E. RGB value is (236,193,158). Sum of RGB (Red+Green+Blue) = 236+193+158=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 158 (62.11% from 255 or 26.92% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC19E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC19E is #133E61. Grayscale: #CACACA. Windows color (decimal): -1261154 or 10404332. OLE color: 10404332.

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

Color convert

RGB236193158-
CMYK00.180.330.07
HSL26.92º67.24%77.25%-
HSV(B)26.92º33.05%92.55%-
XYZ59.8358.4440.47-
YUV201.87103.25152.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.20%
GREEN value IS 193 (75.78% from 255) = 32.88%
BLUE value IS 158 (62.11% from 255) = 26.92%
R=40.20%
G=32.88%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619315800.180.330.0726.9267.2477.25
HexECC19E0122171b434d
Octal35430123602241733103115
Binary1110110011000001100111100100101000011111101110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC19E; }

 p { color: rgb(236,193,158); }

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

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

 a { background-color: rgb(236,193,158); }

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

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

 span { border-color: rgb(236,193,158); }

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