#ECC29F

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

Shades of Negroni #ECC29F

Tints of Negroni #ECC29F

Color information

#ECC29F (or 0xECC29F) is unknown color: approx Negroni. HEX triplet: EC, C2 and 9F. RGB value is (236,194,159). Sum of RGB (Red+Green+Blue) = 236+194+159=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 159 (62.5% from 255 or 26.99% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC29F is #133D60. Grayscale: #CACACA. Windows color (decimal): -1260897 or 10470124. OLE color: 10470124.

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

Color convert

RGB236194159-
CMYK00.180.330.07
HSL27.27º66.96%77.45%-
HSV(B)27.27º32.63%92.55%-
XYZ60.1458.9241-
YUV202.57103.41151.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.07%
GREEN value IS 194 (76.17% from 255) = 32.94%
BLUE value IS 159 (62.5% from 255) = 26.99%
R=40.07%
G=32.94%
B=26.99%

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
Decimal23619415900.180.330.0727.2766.9677.45
HexECC29F0122171b434d
Octal35430223702241733103115
Binary1110110011000010100111110100101000011111101110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC29F; }

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

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

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

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

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

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

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

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