Html Css Color HEX #ECCBA6 Negroni

📋 copy color: '#ECCBA6'

red 236 ◦ green 203 ◦ blue 166

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

Shades of Negroni #ECCBA6

Tints of Negroni #ECCBA6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.55%

 BLUE value IS 166 (65.23% from 255) = 27.44%

R = 39.01%
G = 33.55%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#ECCBA6 (or 0xECCBA6) is known color: Negroni. HEX triplet: EC, CB and A6. RGB value is (236,203,166). Sum of RGB (Red+Green+Blue) = 236+203+166=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 166 (65.23% from 255 or 27.44% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCBA6 is #133459. Grayscale: #D0D0D0. Windows color (decimal): -1258586 or 10931180. OLE color: 10931180.

HSL color Cylindrical-coordinate representation of color #ECCBA6: hue angle of 31.71º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECCBA6 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 203 166 -
CMYK 0 0.14 0.30 0.07
HSL 31.71º 0.65% 0.79% -
HSV(B) 31.71º 0.3% 0.93% -
XYZ 62.83 63.3 44.98 -
YUV 208.65 103.93 147.51 -
System Red Green Blue C M Y K H S L
Decimal 236 203 166 0 0.14 0.30 0.07 31.71 0.65 0.79
Hex EC CB A6 0 E 1E 7 20 41 4F
Octal 354 313 246 0 16 36 7 40 101 117
Binary 11101100 11001011 10100110 0 1110 11110 111 100000 1000001 1001111

Color Harmonies of #ECCBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCBA6

Black with #ECCBA6

Text Example


Text Example

White with #ECCBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCBA6; }

 p { color: rgb(236,203,166); }

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

background-color css

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

 a { background-color: rgb(236,203,166); }

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

border-color css

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

 span { border-color: rgb(236,203,166); }

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