#ECC29E

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

Shades of Negroni #ECC29E

Tints of Negroni #ECC29E

Color information

#ECC29E (or 0xECC29E) is unknown color: approx Negroni. HEX triplet: EC, C2 and 9E. RGB value is (236,194,158). Sum of RGB (Red+Green+Blue) = 236+194+158=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 158 (62.11% from 255 or 26.87% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC29E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC29E is #133D61. Grayscale: #CACACA. Windows color (decimal): -1260898 or 10404588. OLE color: 10404588.

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

Color convert

RGB236194158-
CMYK00.180.330.07
HSL27.69º67.24%77.25%-
HSV(B)27.69º33.05%92.55%-
XYZ60.0658.8940.55-
YUV202.45102.91151.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.14%
GREEN value IS 194 (76.17% from 255) = 32.99%
BLUE value IS 158 (62.11% from 255) = 26.87%
R=40.14%
G=32.99%
B=26.87%

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
Decimal23619415800.180.330.0727.6967.2477.25
HexECC29E0122171c434d
Octal35430223602241734103115
Binary1110110011000010100111100100101000011111110010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC29E; }

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

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

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

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

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

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

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

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