Html Css Color HEX #EBBFA0 Negroni

📋 copy color: '#EBBFA0'

red 235 ◦ green 191 ◦ blue 160

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

Shades of Negroni #EBBFA0

Tints of Negroni #EBBFA0

RGB

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

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

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

R = 40.1%
G = 32.59%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EBBFA0 (or 0xEBBFA0) is known color: Negroni. HEX triplet: EB, BF and A0. RGB value is (235,191,160). Sum of RGB (Red+Green+Blue) = 235+191+160=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 160 (62.89% from 255 or 27.30% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBFA0 is #14405F. Grayscale: #C8C8C8. Windows color (decimal): -1327200 or 10534891. OLE color: 10534891.

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

Color convert

RGB 235 191 160 -
CMYK 0 0.19 0.32 0.08
HSL 24.8º 0.65% 0.77% -
HSV(B) 24.8º 0.32% 0.92% -
XYZ 59.24 57.46 41.23 -
YUV 200.62 105.08 152.52 -
System Red Green Blue C M Y K H S L
Decimal 235 191 160 0 0.19 0.32 0.08 24.8 0.65 0.77
Hex EB BF A0 0 13 20 8 19 41 4D
Octal 353 277 240 0 23 40 10 31 101 115
Binary 11101011 10111111 10100000 0 10011 100000 1000 11001 1000001 1001101

Color Harmonies of #EBBFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBFA0

Black with #EBBFA0

Text Example


Text Example

White with #EBBFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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