Html Css Color HEX #ECCBA9 Negroni

📋 copy color: '#ECCBA9'

red 236 ◦ green 203 ◦ blue 169

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

Shades of Negroni #ECCBA9

Tints of Negroni #ECCBA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 27.8%

R = 38.82%
G = 33.39%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ECCBA9 (or 0xECCBA9) is known color: Negroni. HEX triplet: EC, CB and A9. RGB value is (236,203,169). Sum of RGB (Red+Green+Blue) = 236+203+169=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 169 (66.41% from 255 or 27.80% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCBA9 is #133456. Grayscale: #D1D1D1. Windows color (decimal): -1258583 or 11127788. OLE color: 11127788.

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

Color convert

RGB 236 203 169 -
CMYK 0 0.14 0.28 0.07
HSL 30.45º 0.64% 0.79% -
HSV(B) 30.45º 0.28% 0.93% -
XYZ 63.11 63.41 46.45 -
YUV 208.99 105.43 147.26 -
System Red Green Blue C M Y K H S L
Decimal 236 203 169 0 0.14 0.28 0.07 30.45 0.64 0.79
Hex EC CB A9 0 E 1C 7 1E 40 4F
Octal 354 313 251 0 16 34 7 36 100 117
Binary 11101100 11001011 10101001 0 1110 11100 111 11110 1000000 1001111

Color Harmonies of #ECCBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCBA9

Black with #ECCBA9

Text Example


Text Example

White with #ECCBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCBA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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