Html Css Color HEX #EBBEA1 Negroni

📋 copy color: '#EBBEA1'

red 235 ◦ green 190 ◦ blue 161

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

Shades of Negroni #EBBEA1

Tints of Negroni #EBBEA1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.42%

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

R = 40.1%
G = 32.42%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EBBEA1 (or 0xEBBEA1) is known color: Negroni. HEX triplet: EB, BE and A1. RGB value is (235,190,161). Sum of RGB (Red+Green+Blue) = 235+190+161=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 161 (63.28% from 255 or 27.47% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBEA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBEA1 is #14415E. Grayscale: #C8C8C8. Windows color (decimal): -1327455 or 10600171. OLE color: 10600171.

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

Color convert

RGB 235 190 161 -
CMYK 0 0.19 0.31 0.08
HSL 23.51º 0.65% 0.78% -
HSV(B) 23.51º 0.31% 0.92% -
XYZ 59.11 57.06 41.62 -
YUV 200.15 105.91 152.86 -
System Red Green Blue C M Y K H S L
Decimal 235 190 161 0 0.19 0.31 0.08 23.51 0.65 0.78
Hex EB BE A1 0 13 1F 8 18 41 4E
Octal 353 276 241 0 23 37 10 30 101 116
Binary 11101011 10111110 10100001 0 10011 11111 1000 11000 1000001 1001110

Color Harmonies of #EBBEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBEA1

Black with #EBBEA1

Text Example


Text Example

White with #EBBEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBEA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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