Html Css Color HEX #ECBE9F Negroni

📋 copy color: '#ECBE9F'

red 236 ◦ green 190 ◦ blue 159

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

Shades of Negroni #ECBE9F

Tints of Negroni #ECBE9F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.48%

 BLUE value IS 159 (62.5% from 255) = 27.18%

R = 40.34%
G = 32.48%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ECBE9F (or 0xECBE9F) is known color: Negroni. HEX triplet: EC, BE and 9F. RGB value is (236,190,159). Sum of RGB (Red+Green+Blue) = 236+190+159=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 159 (62.5% from 255 or 27.18% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBE9F is #134160. Grayscale: #C8C8C8. Windows color (decimal): -1261921 or 10469100. OLE color: 10469100.

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

Color convert

RGB 236 190 159 -
CMYK 0 0.19 0.33 0.07
HSL 24.16º 0.67% 0.77% -
HSV(B) 24.16º 0.33% 0.93% -
XYZ 59.26 57.16 40.71 -
YUV 200.22 104.74 153.52 -
System Red Green Blue C M Y K H S L
Decimal 236 190 159 0 0.19 0.33 0.07 24.16 0.67 0.77
Hex EC BE 9F 0 13 21 7 18 43 4D
Octal 354 276 237 0 23 41 7 30 103 115
Binary 11101100 10111110 10011111 0 10011 100001 111 11000 1000011 1001101

Color Harmonies of #ECBE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBE9F

Black with #ECBE9F

Text Example


Text Example

White with #ECBE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBE9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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