Html Css Color HEX #EBBFA1 Negroni

📋 copy color: '#EBBFA1'

red 235 ◦ green 191 ◦ blue 161

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

Shades of Negroni #EBBFA1

Tints of Negroni #EBBFA1

RGB

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

 GREEN value IS 191 (75% from 255) = 32.54%

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

R = 40.03%
G = 32.54%
B = 27.43%

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

#EBBFA1 (or 0xEBBFA1) is known color: Negroni. HEX triplet: EB, BF and A1. RGB value is (235,191,161). Sum of RGB (Red+Green+Blue) = 235+191+161=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 161 (63.28% from 255 or 27.43% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBFA1 is #14405E. Grayscale: #C8C8C8. Windows color (decimal): -1327199 or 10600427. OLE color: 10600427.

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

Color convert

RGB 235 191 161 -
CMYK 0 0.19 0.31 0.08
HSL 24.32º 0.65% 0.78% -
HSV(B) 24.32º 0.31% 0.92% -
XYZ 59.32 57.5 41.69 -
YUV 200.74 105.58 152.44 -
System Red Green Blue C M Y K H S L
Decimal 235 191 161 0 0.19 0.31 0.08 24.32 0.65 0.78
Hex EB BF A1 0 13 1F 8 18 41 4E
Octal 353 277 241 0 23 37 10 30 101 116
Binary 11101011 10111111 10100001 0 10011 11111 1000 11000 1000001 1001110

Color Harmonies of #EBBFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBFA1

Black with #EBBFA1

Text Example


Text Example

White with #EBBFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBFA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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