Html Css Color HEX #ECBFA0 Negroni

📋 copy color: '#ECBFA0'

red 236 ◦ green 191 ◦ blue 160

#ECBFA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Negroni #ECBFA0

Tints of Negroni #ECBFA0

RGB

 RED value IS 236 (92.58% from 255) = 40.2%

 GREEN value IS 191 (75% from 255) = 32.54%

 BLUE value IS 160 (62.89% from 255) = 27.26%

R = 40.2%
G = 32.54%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ECBFA0 (or 0xECBFA0) is known color: Negroni. HEX triplet: EC, BF and A0. RGB value is (236,191,160). Sum of RGB (Red+Green+Blue) = 236+191+160=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 160 (62.89% from 255 or 27.26% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBFA0 is #13405F. Grayscale: #C9C9C9. Windows color (decimal): -1261664 or 10534892. OLE color: 10534892.

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

Color convert

RGB 236 191 160 -
CMYK 0 0.19 0.32 0.07
HSL 24.47º 0.67% 0.78% -
HSV(B) 24.47º 0.32% 0.93% -
XYZ 59.57 57.63 41.24 -
YUV 200.92 104.91 153.02 -
System Red Green Blue C M Y K H S L
Decimal 236 191 160 0 0.19 0.32 0.07 24.47 0.67 0.78
Hex EC BF A0 0 13 20 7 18 43 4E
Octal 354 277 240 0 23 40 7 30 103 116
Binary 11101100 10111111 10100000 0 10011 100000 111 11000 1000011 1001110

Color Harmonies of #ECBFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBFA0

Black with #ECBFA0

Text Example


Text Example

White with #ECBFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBFA0; }

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

 H1.HeaderClassName
 {
   color: #ECBFA0;
 }
 .AnyTagClassName
 {
   color: #ECBFA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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