Html Css Color HEX #ECCCA8 Negroni

📋 copy color: '#ECCCA8'

red 236 ◦ green 204 ◦ blue 168

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

Shades of Negroni #ECCCA8

Tints of Negroni #ECCCA8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.55%

 BLUE value IS 168 (66.02% from 255) = 27.63%

R = 38.82%
G = 33.55%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#ECCCA8 (or 0xECCCA8) is known color: Negroni. HEX triplet: EC, CC and A8. RGB value is (236,204,168). Sum of RGB (Red+Green+Blue) = 236+204+168=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 168 (66.02% from 255 or 27.63% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCCA8 is #133357. Grayscale: #D1D1D1. Windows color (decimal): -1258328 or 11062508. OLE color: 11062508.

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

Color convert

RGB 236 204 168 -
CMYK 0 0.14 0.29 0.07
HSL 31.76º 0.64% 0.79% -
HSV(B) 31.76º 0.29% 0.93% -
XYZ 63.25 63.85 46.04 -
YUV 209.46 104.6 146.93 -
System Red Green Blue C M Y K H S L
Decimal 236 204 168 0 0.14 0.29 0.07 31.76 0.64 0.79
Hex EC CC A8 0 E 1D 7 20 40 4F
Octal 354 314 250 0 16 35 7 40 100 117
Binary 11101100 11001100 10101000 0 1110 11101 111 100000 1000000 1001111

Color Harmonies of #ECCCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCCA8

Black with #ECCCA8

Text Example


Text Example

White with #ECCCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCCA8; }

 p { color: rgb(236,204,168); }

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

background-color css

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

 a { background-color: rgb(236,204,168); }

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

border-color css

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

 span { border-color: rgb(236,204,168); }

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