Html Css Color HEX #ECCBA4 Negroni

📋 copy color: '#ECCBA4'

red 236 ◦ green 203 ◦ blue 164

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

Shades of Negroni #ECCBA4

Tints of Negroni #ECCBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 27.2%

R = 39.14%
G = 33.67%
B = 27.2%

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

#ECCBA4 (or 0xECCBA4) is known color: Negroni. HEX triplet: EC, CB and A4. RGB value is (236,203,164). Sum of RGB (Red+Green+Blue) = 236+203+164=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 164 (64.45% from 255 or 27.20% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCBA4 is #13345B. Grayscale: #D0D0D0. Windows color (decimal): -1258588 or 10800108. OLE color: 10800108.

HSL color Cylindrical-coordinate representation of color #ECCBA4: hue angle of 32.5º degrees, saturation: 0.65, 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 #ECCBA4 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 203 164 -
CMYK 0 0.14 0.31 0.07
HSL 32.5º 0.65% 0.78% -
HSV(B) 32.5º 0.31% 0.93% -
XYZ 62.65 63.23 44.02 -
YUV 208.42 102.93 147.67 -
System Red Green Blue C M Y K H S L
Decimal 236 203 164 0 0.14 0.31 0.07 32.5 0.65 0.78
Hex EC CB A4 0 E 1F 7 20 41 4E
Octal 354 313 244 0 16 37 7 40 101 116
Binary 11101100 11001011 10100100 0 1110 11111 111 100000 1000001 1001110

Color Harmonies of #ECCBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCBA4

Black with #ECCBA4

Text Example


Text Example

White with #ECCBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCBA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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