Html Css Color HEX #ECCAA3 Negroni

📋 copy color: '#ECCAA3'

red 236 ◦ green 202 ◦ blue 163

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

Shades of Negroni #ECCAA3

Tints of Negroni #ECCAA3

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.61%

 BLUE value IS 163 (64.06% from 255) = 27.12%

R = 39.27%
G = 33.61%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#ECCAA3 (or 0xECCAA3) is known color: Negroni. HEX triplet: EC, CA and A3. RGB value is (236,202,163). Sum of RGB (Red+Green+Blue) = 236+202+163=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 163 (64.06% from 255 or 27.12% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCAA3 is #13355C. Grayscale: #CFCFCF. Windows color (decimal): -1258845 or 10734316. OLE color: 10734316.

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

Color convert

RGB 236 202 163 -
CMYK 0 0.14 0.31 0.07
HSL 32.05º 0.66% 0.78% -
HSV(B) 32.05º 0.31% 0.93% -
XYZ 62.32 62.72 43.47 -
YUV 207.72 102.76 148.17 -
System Red Green Blue C M Y K H S L
Decimal 236 202 163 0 0.14 0.31 0.07 32.05 0.66 0.78
Hex EC CA A3 0 E 1F 7 20 42 4E
Octal 354 312 243 0 16 37 7 40 102 116
Binary 11101100 11001010 10100011 0 1110 11111 111 100000 1000010 1001110

Color Harmonies of #ECCAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCAA3

Black with #ECCAA3

Text Example


Text Example

White with #ECCAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCAA3; }

 p { color: rgb(236,202,163); }

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

background-color css

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

 a { background-color: rgb(236,202,163); }

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

border-color css

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

 span { border-color: rgb(236,202,163); }

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