Html Css Color HEX #EBC4A0 Negroni

📋 copy color: '#EBC4A0'

red 235 ◦ green 196 ◦ blue 160

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

Shades of Negroni #EBC4A0

Tints of Negroni #EBC4A0

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.16%

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

R = 39.76%
G = 33.16%
B = 27.07%

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

#EBC4A0 (or 0xEBC4A0) is known color: Negroni. HEX triplet: EB, C4 and A0. RGB value is (235,196,160). Sum of RGB (Red+Green+Blue) = 235+196+160=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 160 (62.89% from 255 or 27.07% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC4A0 is #143B5F. Grayscale: #CBCBCB. Windows color (decimal): -1325920 or 10536171. OLE color: 10536171.

HSL color Cylindrical-coordinate representation of color #EBC4A0: hue angle of 28.8º 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 #EBC4A0 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 196 160 -
CMYK 0 0.17 0.32 0.08
HSL 28.8º 0.65% 0.77% -
HSV(B) 28.8º 0.32% 0.92% -
XYZ 60.35 59.68 41.6 -
YUV 203.56 103.42 150.43 -
System Red Green Blue C M Y K H S L
Decimal 235 196 160 0 0.17 0.32 0.08 28.8 0.65 0.77
Hex EB C4 A0 0 11 20 8 1D 41 4D
Octal 353 304 240 0 21 40 10 35 101 115
Binary 11101011 11000100 10100000 0 10001 100000 1000 11101 1000001 1001101

Color Harmonies of #EBC4A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC4A0

Black with #EBC4A0

Text Example


Text Example

White with #EBC4A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC4A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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