Html Css Color HEX #E9BD9D Negroni

📋 copy color: '#E9BD9D'

red 233 ◦ green 189 ◦ blue 157

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

Shades of Negroni #E9BD9D

Tints of Negroni #E9BD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.12%

R = 40.24%
G = 32.64%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E9BD9D (or 0xE9BD9D) is known color: Negroni. HEX triplet: E9, BD and 9D. RGB value is (233,189,157). Sum of RGB (Red+Green+Blue) = 233+189+157=579 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.24% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 157 (61.72% from 255 or 27.12% from 579); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BD9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BD9D is #164262. Grayscale: #C6C6C6. Windows color (decimal): -1458787 or 10337769. OLE color: 10337769.

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

Color convert

RGB 233 189 157 -
CMYK 0 0.19 0.33 0.09
HSL 25.26º 0.63% 0.76% -
HSV(B) 25.26º 0.33% 0.91% -
XYZ 57.89 56.15 39.69 -
YUV 198.51 104.58 152.6 -
System Red Green Blue C M Y K H S L
Decimal 233 189 157 0 0.19 0.33 0.09 25.26 0.63 0.76
Hex E9 BD 9D 0 13 21 9 19 3F 4C
Octal 351 275 235 0 23 41 11 31 77 114
Binary 11101001 10111101 10011101 0 10011 100001 1001 11001 111111 1001100

Color Harmonies of #E9BD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BD9D

Black with #E9BD9D

Text Example


Text Example

White with #E9BD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BD9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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