Html Css Color HEX #E5BFA2 Negroni

📋 copy color: '#E5BFA2'

red 229 ◦ green 191 ◦ blue 162

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

Shades of Negroni #E5BFA2

Tints of Negroni #E5BFA2

RGB

 RED value IS 229 (89.84% from 255) = 39.35%

 GREEN value IS 191 (75% from 255) = 32.82%

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

R = 39.35%
G = 32.82%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.10

RGB Variations

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

Color information

#E5BFA2 (or 0xE5BFA2) is known color: Negroni. HEX triplet: E5, BF and A2. RGB value is (229,191,162). Sum of RGB (Red+Green+Blue) = 229+191+162=582 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.35% from 582); Green value is 191 (75% from 255 or 32.82% from 582); Blue value is 162 (63.67% from 255 or 27.84% from 582); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BFA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BFA2 is #1A405D. Grayscale: #C7C7C7. Windows color (decimal): -1720414 or 10665957. OLE color: 10665957.

HSL color Cylindrical-coordinate representation of color #E5BFA2: hue angle of 25.97º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5BFA2 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 191 162 -
CMYK 0 0.17 0.29 0.10
HSL 25.97º 0.56% 0.77% -
HSV(B) 25.97º 0.29% 0.9% -
XYZ 57.47 56.53 42.06 -
YUV 199.06 107.09 149.36 -
System Red Green Blue C M Y K H S L
Decimal 229 191 162 0 0.17 0.29 0.10 25.97 0.56 0.77
Hex E5 BF A2 0 11 1D A 1A 38 4D
Octal 345 277 242 0 21 35 12 32 70 115
Binary 11100101 10111111 10100010 0 10001 11101 1010 11010 111000 1001101

Color Harmonies of #E5BFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BFA2

Black with #E5BFA2

Text Example


Text Example

White with #E5BFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BFA2; }

 p { color: rgb(229,191,162); }

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

background-color css

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

 a { background-color: rgb(229,191,162); }

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

border-color css

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

 span { border-color: rgb(229,191,162); }

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