#ECBF9D

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

Shades of Negroni #ECBF9D

Tints of Negroni #ECBF9D

Color information

#ECBF9D (or 0xECBF9D) is unknown color: approx Negroni. HEX triplet: EC, BF and 9D. RGB value is (236,191,157). Sum of RGB (Red+Green+Blue) = 236+191+157=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 157 (61.72% from 255 or 26.88% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBF9D is #134062. Grayscale: #C8C8C8. Windows color (decimal): -1261667 or 10338284. OLE color: 10338284.

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

Color convert

RGB236191157-
CMYK00.190.330.07
HSL25.82º67.52%77.06%-
HSV(B)25.82º33.47%92.55%-
XYZ59.3157.5339.88-
YUV200.58103.41153.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.41%
GREEN value IS 191 (75% from 255) = 32.71%
BLUE value IS 157 (61.72% from 255) = 26.88%
R=40.41%
G=32.71%
B=26.88%

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
Decimal23619115700.190.330.0725.8267.5277.06
HexECBF9D0132171a444d
Octal35427723502341732104115
Binary1110110010111111100111010100111000011111101010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBF9D; }

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

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

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

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

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

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

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

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