#ECBF9C

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

Shades of Negroni #ECBF9C

Tints of Negroni #ECBF9C

Color information

#ECBF9C (or 0xECBF9C) is unknown color: approx Negroni. HEX triplet: EC, BF and 9C. RGB value is (236,191,156). Sum of RGB (Red+Green+Blue) = 236+191+156=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 156 (61.33% from 255 or 26.76% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBF9C is #134063. Grayscale: #C8C8C8. Windows color (decimal): -1261668 or 10272748. OLE color: 10272748.

HSL color Cylindrical-coordinate representation of color #ECBF9C: hue angle of 26.25º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECBF9C is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB236191156-
CMYK00.190.340.07
HSL26.25º67.8%76.86%-
HSV(B)26.25º33.9%92.55%-
XYZ59.2257.4939.43-
YUV200.46102.91153.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.48%
GREEN value IS 191 (75% from 255) = 32.76%
BLUE value IS 156 (61.33% from 255) = 26.76%
R=40.48%
G=32.76%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619115600.190.340.0726.2567.876.86
HexECBF9C0132271a444d
Octal35427723402342732104115
Binary1110110010111111100111000100111000101111101010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBF9C; }

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

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

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

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

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

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

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

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