Html Css Color HEX #EBBF9F Negroni

📋 copy color: '#EBBF9F'

red 235 ◦ green 191 ◦ blue 159

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

Shades of Negroni #EBBF9F

Tints of Negroni #EBBF9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.18%

R = 40.17%
G = 32.65%
B = 27.18%

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

#EBBF9F (or 0xEBBF9F) is known color: Negroni. HEX triplet: EB, BF and 9F. RGB value is (235,191,159). Sum of RGB (Red+Green+Blue) = 235+191+159=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 159 (62.5% from 255 or 27.18% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBF9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBF9F is #144060. Grayscale: #C8C8C8. Windows color (decimal): -1327201 or 10469355. OLE color: 10469355.

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

Color convert

RGB 235 191 159 -
CMYK 0 0.19 0.32 0.08
HSL 25.26º 0.66% 0.77% -
HSV(B) 25.26º 0.32% 0.92% -
XYZ 59.15 57.43 40.77 -
YUV 200.51 104.58 152.6 -
System Red Green Blue C M Y K H S L
Decimal 235 191 159 0 0.19 0.32 0.08 25.26 0.66 0.77
Hex EB BF 9F 0 13 20 8 19 42 4D
Octal 353 277 237 0 23 40 10 31 102 115
Binary 11101011 10111111 10011111 0 10011 100000 1000 11001 1000010 1001101

Color Harmonies of #EBBF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBF9F

Black with #EBBF9F

Text Example


Text Example

White with #EBBF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBF9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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