Html Css Color HEX #EBE0E5 Amour

📋 copy color: '#EBE0E5'

red 235 ◦ green 224 ◦ blue 229

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

Shades of Amour #EBE0E5

Tints of Amour #EBE0E5

RGB

 RED value IS 235 (92.19% from 255) = 34.16%

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

 BLUE value IS 229 (89.84% from 255) = 33.28%

R = 34.16%
G = 32.56%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EBE0E5 (or 0xEBE0E5) is known color: Amour. HEX triplet: EB, E0 and E5. RGB value is (235,224,229). Sum of RGB (Red+Green+Blue) = 235+224+229=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 224 (87.89% from 255 or 32.56% from 688); Blue value is 229 (89.84% from 255 or 33.28% from 688); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0E5 is #141F1A. Grayscale: #E3E3E3. Windows color (decimal): -1318683 or 15065323. OLE color: 15065323.

HSL color Cylindrical-coordinate representation of color #EBE0E5: hue angle of 332.73º degrees, saturation: 0.22, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBE0E5 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 224 229 -
CMYK 0 0.05 0.03 0.08
HSL 332.73º 0.22% 0.9% -
HSV(B) 332.73º 0.05% 0.92% -
XYZ 75.06 76.63 84.96 -
YUV 227.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 235 224 229 0 0.05 0.03 0.08 332.73 0.22 0.9
Hex EB E0 E5 0 5 3 8 14D 16 5A
Octal 353 340 345 0 5 3 10 515 26 132
Binary 11101011 11100000 11100101 0 101 11 1000 101001101 10110 1011010

Color Harmonies of #EBE0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE0E5

Black with #EBE0E5

Text Example


Text Example

White with #EBE0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE0E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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