Html Css Color HEX #E9BDA2 Negroni

📋 copy color: '#E9BDA2'

red 233 ◦ green 189 ◦ blue 162

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

Shades of Negroni #E9BDA2

Tints of Negroni #E9BDA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 27.74%

R = 39.9%
G = 32.36%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#E9BDA2 (or 0xE9BDA2) is known color: Negroni. HEX triplet: E9, BD and A2. RGB value is (233,189,162). Sum of RGB (Red+Green+Blue) = 233+189+162=584 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.90% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 162 (63.67% from 255 or 27.74% from 584); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BDA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BDA2 is #16425D. Grayscale: #C7C7C7. Windows color (decimal): -1458782 or 10665449. OLE color: 10665449.

HSL color Cylindrical-coordinate representation of color #E9BDA2: hue angle of 22.82º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E9BDA2 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 189 162 -
CMYK 0 0.19 0.30 0.09
HSL 22.82º 0.62% 0.77% -
HSV(B) 22.82º 0.3% 0.91% -
XYZ 58.32 56.33 41.98 -
YUV 199.08 107.08 152.2 -
System Red Green Blue C M Y K H S L
Decimal 233 189 162 0 0.19 0.30 0.09 22.82 0.62 0.77
Hex E9 BD A2 0 13 1E 9 17 3E 4D
Octal 351 275 242 0 23 36 11 27 76 115
Binary 11101001 10111101 10100010 0 10011 11110 1001 10111 111110 1001101

Color Harmonies of #E9BDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BDA2

Black with #E9BDA2

Text Example


Text Example

White with #E9BDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BDA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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