Html Css Color HEX #E9BD9E Negroni

📋 copy color: '#E9BD9E'

red 233 ◦ green 189 ◦ blue 158

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

Shades of Negroni #E9BD9E

Tints of Negroni #E9BD9E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.59%

 BLUE value IS 158 (62.11% from 255) = 27.24%

R = 40.17%
G = 32.59%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E9BD9E (or 0xE9BD9E) is known color: Negroni. HEX triplet: E9, BD and 9E. RGB value is (233,189,158). Sum of RGB (Red+Green+Blue) = 233+189+158=580 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.17% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 158 (62.11% from 255 or 27.24% from 580); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BD9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BD9E is #164261. Grayscale: #C6C6C6. Windows color (decimal): -1458786 or 10403305. OLE color: 10403305.

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

Color convert

RGB 233 189 158 -
CMYK 0 0.19 0.32 0.09
HSL 24.8º 0.63% 0.77% -
HSV(B) 24.8º 0.32% 0.91% -
XYZ 57.97 56.19 40.14 -
YUV 198.62 105.08 152.52 -
System Red Green Blue C M Y K H S L
Decimal 233 189 158 0 0.19 0.32 0.09 24.8 0.63 0.77
Hex E9 BD 9E 0 13 20 9 19 3F 4D
Octal 351 275 236 0 23 40 11 31 77 115
Binary 11101001 10111101 10011110 0 10011 100000 1001 11001 111111 1001101

Color Harmonies of #E9BD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BD9E

Black with #E9BD9E

Text Example


Text Example

White with #E9BD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BD9E; }

 p { color: rgb(233,189,158); }

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

background-color css

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

 a { background-color: rgb(233,189,158); }

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

border-color css

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

 span { border-color: rgb(233,189,158); }

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