Html Css Color HEX #E5E0E2 Amour

📋 copy color: '#E5E0E2'

red 229 ◦ green 224 ◦ blue 226

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

Shades of Amour #E5E0E2

Tints of Amour #E5E0E2

RGB

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

 GREEN value IS 224 (87.89% from 255) = 32.99%

 BLUE value IS 226 (88.67% from 255) = 33.28%

R = 33.73%
G = 32.99%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#E5E0E2 (or 0xE5E0E2) is known color: Amour. HEX triplet: E5, E0 and E2. RGB value is (229,224,226). Sum of RGB (Red+Green+Blue) = 229+224+226=679 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.73% from 679); Green value is 224 (87.89% from 255 or 32.99% from 679); Blue value is 226 (88.67% from 255 or 33.28% from 679); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E0E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E0E2 is #1A1F1D. Grayscale: #E1E1E1. Windows color (decimal): -1711902 or 14868709. OLE color: 14868709.

HSL color Cylindrical-coordinate representation of color #E5E0E2: hue angle of 336º degrees, saturation: 0.09, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E5E0E2 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 224 226 -
CMYK 0 0.02 0.01 0.10
HSL 336º 0.09% 0.89% -
HSV(B) 336º 0.02% 0.9% -
XYZ 72.7 75.46 82.69 -
YUV 225.72 128.16 130.34 -
System Red Green Blue C M Y K H S L
Decimal 229 224 226 0 0.02 0.01 0.10 336 0.09 0.89
Hex E5 E0 E2 0 2 1 A 150 9 59
Octal 345 340 342 0 2 1 12 520 11 131
Binary 11100101 11100000 11100010 0 10 1 1010 101010000 1001 1011001

Color Harmonies of #E5E0E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E0E2

Black with #E5E0E2

Text Example


Text Example

White with #E5E0E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E0E2; }

 p { color: rgb(229,224,226); }

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

background-color css

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

 a { background-color: rgb(229,224,226); }

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

border-color css

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

 span { border-color: rgb(229,224,226); }

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