Html Css Color HEX #ECBE9B Negroni

📋 copy color: '#ECBE9B'

red 236 ◦ green 190 ◦ blue 155

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

Shades of Negroni #ECBE9B

Tints of Negroni #ECBE9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.68%

R = 40.62%
G = 32.7%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ECBE9B (or 0xECBE9B) is known color: Negroni. HEX triplet: EC, BE and 9B. RGB value is (236,190,155). Sum of RGB (Red+Green+Blue) = 236+190+155=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 155 (60.94% from 255 or 26.68% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBE9B is #134164. Grayscale: #C7C7C7. Windows color (decimal): -1261925 or 10206956. OLE color: 10206956.

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

Color convert

RGB 236 190 155 -
CMYK 0 0.19 0.34 0.07
HSL 25.93º 0.68% 0.77% -
HSV(B) 25.93º 0.34% 0.93% -
XYZ 58.92 57.03 38.91 -
YUV 199.76 102.74 153.85 -
System Red Green Blue C M Y K H S L
Decimal 236 190 155 0 0.19 0.34 0.07 25.93 0.68 0.77
Hex EC BE 9B 0 13 22 7 1A 44 4D
Octal 354 276 233 0 23 42 7 32 104 115
Binary 11101100 10111110 10011011 0 10011 100010 111 11010 1000100 1001101

Color Harmonies of #ECBE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBE9B

Black with #ECBE9B

Text Example


Text Example

White with #ECBE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBE9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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