Html Css Color HEX #EBC3A1 Negroni

📋 copy color: '#EBC3A1'

red 235 ◦ green 195 ◦ blue 161

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

Shades of Negroni #EBC3A1

Tints of Negroni #EBC3A1

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.99%

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

R = 39.76%
G = 32.99%
B = 27.24%

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

#EBC3A1 (or 0xEBC3A1) is known color: Negroni. HEX triplet: EB, C3 and A1. RGB value is (235,195,161). Sum of RGB (Red+Green+Blue) = 235+195+161=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 195 (76.56% from 255 or 32.99% from 591); Blue value is 161 (63.28% from 255 or 27.24% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC3A1 is #143C5E. Grayscale: #CBCBCB. Windows color (decimal): -1326175 or 10601451. OLE color: 10601451.

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

Color convert

RGB 235 195 161 -
CMYK 0 0.17 0.31 0.08
HSL 27.57º 0.65% 0.78% -
HSV(B) 27.57º 0.31% 0.92% -
XYZ 60.21 59.27 41.98 -
YUV 203.08 104.25 150.76 -
System Red Green Blue C M Y K H S L
Decimal 235 195 161 0 0.17 0.31 0.08 27.57 0.65 0.78
Hex EB C3 A1 0 11 1F 8 1C 41 4E
Octal 353 303 241 0 21 37 10 34 101 116
Binary 11101011 11000011 10100001 0 10001 11111 1000 11100 1000001 1001110

Color Harmonies of #EBC3A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC3A1

Black with #EBC3A1

Text Example


Text Example

White with #EBC3A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC3A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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