Html Css Color HEX #ECBE9E Negroni

📋 copy color: '#ECBE9E'

red 236 ◦ green 190 ◦ blue 158

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

Shades of Negroni #ECBE9E

Tints of Negroni #ECBE9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.05%

R = 40.41%
G = 32.53%
B = 27.05%

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

#ECBE9E (or 0xECBE9E) is known color: Negroni. HEX triplet: EC, BE and 9E. RGB value is (236,190,158). Sum of RGB (Red+Green+Blue) = 236+190+158=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 158 (62.11% from 255 or 27.05% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBE9E is #134161. Grayscale: #C8C8C8. Windows color (decimal): -1261922 or 10403564. OLE color: 10403564.

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

Color convert

RGB 236 190 158 -
CMYK 0 0.19 0.33 0.07
HSL 24.62º 0.67% 0.77% -
HSV(B) 24.62º 0.33% 0.93% -
XYZ 59.18 57.13 40.26 -
YUV 200.11 104.24 153.6 -
System Red Green Blue C M Y K H S L
Decimal 236 190 158 0 0.19 0.33 0.07 24.62 0.67 0.77
Hex EC BE 9E 0 13 21 7 19 43 4D
Octal 354 276 236 0 23 41 7 31 103 115
Binary 11101100 10111110 10011110 0 10011 100001 111 11001 1000011 1001101

Color Harmonies of #ECBE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBE9E

Black with #ECBE9E

Text Example


Text Example

White with #ECBE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBE9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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