#ECBF9E

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

Shades of Negroni #ECBF9E

Tints of Negroni #ECBF9E

Color information

#ECBF9E (or 0xECBF9E) is unknown color: approx Negroni. HEX triplet: EC, BF and 9E. RGB value is (236,191,158). Sum of RGB (Red+Green+Blue) = 236+191+158=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 158 (62.11% from 255 or 27.01% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBF9E is #134061. Grayscale: #C8C8C8. Windows color (decimal): -1261666 or 10403820. OLE color: 10403820.

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

Color convert

RGB236191158-
CMYK00.190.330.07
HSL25.38º67.24%77.25%-
HSV(B)25.38º33.05%92.55%-
XYZ59.3957.5640.33-
YUV200.69103.91153.18-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.34%
GREEN value IS 191 (75% from 255) = 32.65%
BLUE value IS 158 (62.11% from 255) = 27.01%
R=40.34%
G=32.65%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619115800.190.330.0725.3867.2477.25
HexECBF9E01321719434d
Octal35427723602341731103115
Binary1110110010111111100111100100111000011111100110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBF9E; }

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

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

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

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

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

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

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

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