Html Css Color HEX #E9BE9F Negroni

📋 copy color: '#E9BE9F'

red 233 ◦ green 190 ◦ blue 159

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

Shades of Negroni #E9BE9F

Tints of Negroni #E9BE9F

RGB

 RED value IS 233 (91.41% from 255) = 40.03%

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

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

R = 40.03%
G = 32.65%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E9BE9F (or 0xE9BE9F) is known color: Negroni. HEX triplet: E9, BE and 9F. RGB value is (233,190,159). Sum of RGB (Red+Green+Blue) = 233+190+159=582 (77% of max value = 765). Red value is 233 (91.41% from 255 or 40.03% from 582); Green value is 190 (74.61% from 255 or 32.65% from 582); Blue value is 159 (62.5% from 255 or 27.32% from 582); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BE9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BE9F is #164160. Grayscale: #C7C7C7. Windows color (decimal): -1458529 or 10469097. OLE color: 10469097.

HSL color Cylindrical-coordinate representation of color #E9BE9F: hue angle of 25.14º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E9BE9F is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 190 159 -
CMYK 0 0.18 0.32 0.09
HSL 25.14º 0.63% 0.77% -
HSV(B) 25.14º 0.32% 0.91% -
XYZ 58.28 56.65 40.66 -
YUV 199.32 105.25 152.02 -
System Red Green Blue C M Y K H S L
Decimal 233 190 159 0 0.18 0.32 0.09 25.14 0.63 0.77
Hex E9 BE 9F 0 12 20 9 19 3F 4D
Octal 351 276 237 0 22 40 11 31 77 115
Binary 11101001 10111110 10011111 0 10010 100000 1001 11001 111111 1001101

Color Harmonies of #E9BE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BE9F

Black with #E9BE9F

Text Example


Text Example

White with #E9BE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BE9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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