Html Css Color HEX #EBC5A0 Negroni

📋 copy color: '#EBC5A0'

red 235 ◦ green 197 ◦ blue 160

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

Shades of Negroni #EBC5A0

Tints of Negroni #EBC5A0

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.28%

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

R = 39.7%
G = 33.28%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EBC5A0 (or 0xEBC5A0) is known color: Negroni. HEX triplet: EB, C5 and A0. RGB value is (235,197,160). Sum of RGB (Red+Green+Blue) = 235+197+160=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 160 (62.89% from 255 or 27.03% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC5A0 is #143A5F. Grayscale: #CCCCCC. Windows color (decimal): -1325664 or 10536427. OLE color: 10536427.

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

Color convert

RGB 235 197 160 -
CMYK 0 0.16 0.32 0.08
HSL 29.6º 0.65% 0.77% -
HSV(B) 29.6º 0.32% 0.92% -
XYZ 60.57 60.13 41.67 -
YUV 204.14 103.09 150.01 -
System Red Green Blue C M Y K H S L
Decimal 235 197 160 0 0.16 0.32 0.08 29.6 0.65 0.77
Hex EB C5 A0 0 10 20 8 1E 41 4D
Octal 353 305 240 0 20 40 10 36 101 115
Binary 11101011 11000101 10100000 0 10000 100000 1000 11110 1000001 1001101

Color Harmonies of #EBC5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC5A0

Black with #EBC5A0

Text Example


Text Example

White with #EBC5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC5A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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