Html Css Color HEX #EBBE9F Negroni

📋 copy color: '#EBBE9F'

red 235 ◦ green 190 ◦ blue 159

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

Shades of Negroni #EBBE9F

Tints of Negroni #EBBE9F

RGB

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

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

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

R = 40.24%
G = 32.53%
B = 27.23%

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

#EBBE9F (or 0xEBBE9F) is known color: Negroni. HEX triplet: EB, BE and 9F. RGB value is (235,190,159). Sum of RGB (Red+Green+Blue) = 235+190+159=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 159 (62.5% from 255 or 27.23% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBE9F is #144160. Grayscale: #C8C8C8. Windows color (decimal): -1327457 or 10469099. OLE color: 10469099.

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

Color convert

RGB 235 190 159 -
CMYK 0 0.19 0.32 0.08
HSL 24.47º 0.66% 0.77% -
HSV(B) 24.47º 0.32% 0.92% -
XYZ 58.93 56.99 40.7 -
YUV 199.92 104.91 153.02 -
System Red Green Blue C M Y K H S L
Decimal 235 190 159 0 0.19 0.32 0.08 24.47 0.66 0.77
Hex EB BE 9F 0 13 20 8 18 42 4D
Octal 353 276 237 0 23 40 10 30 102 115
Binary 11101011 10111110 10011111 0 10011 100000 1000 11000 1000010 1001101

Color Harmonies of #EBBE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBE9F

Black with #EBBE9F

Text Example


Text Example

White with #EBBE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBE9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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