Html Css Color HEX #EBC2A0 Negroni

📋 copy color: '#EBC2A0'

red 235 ◦ green 194 ◦ blue 160

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

Shades of Negroni #EBC2A0

Tints of Negroni #EBC2A0

RGB

 RED value IS 235 (92.19% from 255) = 39.9%

 GREEN value IS 194 (76.17% from 255) = 32.94%

 BLUE value IS 160 (62.89% from 255) = 27.16%

R = 39.9%
G = 32.94%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EBC2A0 (or 0xEBC2A0) is known color: Negroni. HEX triplet: EB, C2 and A0. RGB value is (235,194,160). Sum of RGB (Red+Green+Blue) = 235+194+160=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 160 (62.89% from 255 or 27.16% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC2A0 is #143D5F. Grayscale: #CACACA. Windows color (decimal): -1326432 or 10535659. OLE color: 10535659.

HSL color Cylindrical-coordinate representation of color #EBC2A0: hue angle of 27.2º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBC2A0 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 194 160 -
CMYK 0 0.17 0.32 0.08
HSL 27.2º 0.65% 0.77% -
HSV(B) 27.2º 0.32% 0.92% -
XYZ 59.9 58.78 41.45 -
YUV 202.38 104.08 151.26 -
System Red Green Blue C M Y K H S L
Decimal 235 194 160 0 0.17 0.32 0.08 27.2 0.65 0.77
Hex EB C2 A0 0 11 20 8 1B 41 4D
Octal 353 302 240 0 21 40 10 33 101 115
Binary 11101011 11000010 10100000 0 10001 100000 1000 11011 1000001 1001101

Color Harmonies of #EBC2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC2A0

Black with #EBC2A0

Text Example


Text Example

White with #EBC2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC2A0; }

 p { color: rgb(235,194,160); }

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

background-color css

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

 a { background-color: rgb(235,194,160); }

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

border-color css

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

 span { border-color: rgb(235,194,160); }

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