Html Css Color HEX #EBC4A1 Negroni

📋 copy color: '#EBC4A1'

red 235 ◦ green 196 ◦ blue 161

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

Shades of Negroni #EBC4A1

Tints of Negroni #EBC4A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 27.2%

R = 39.7%
G = 33.11%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EBC4A1 (or 0xEBC4A1) is known color: Negroni. HEX triplet: EB, C4 and A1. RGB value is (235,196,161). Sum of RGB (Red+Green+Blue) = 235+196+161=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 161 (63.28% from 255 or 27.20% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC4A1 is #143B5E. Grayscale: #CBCBCB. Windows color (decimal): -1325919 or 10601707. OLE color: 10601707.

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

Color convert

RGB 235 196 161 -
CMYK 0 0.17 0.31 0.08
HSL 28.38º 0.65% 0.78% -
HSV(B) 28.38º 0.31% 0.92% -
XYZ 60.43 59.72 42.06 -
YUV 203.67 103.92 150.35 -
System Red Green Blue C M Y K H S L
Decimal 235 196 161 0 0.17 0.31 0.08 28.38 0.65 0.78
Hex EB C4 A1 0 11 1F 8 1C 41 4E
Octal 353 304 241 0 21 37 10 34 101 116
Binary 11101011 11000100 10100001 0 10001 11111 1000 11100 1000001 1001110

Color Harmonies of #EBC4A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC4A1

Black with #EBC4A1

Text Example


Text Example

White with #EBC4A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC4A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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