Html Css Color HEX #EBE3E5 Amour

📋 copy color: '#EBE3E5'

red 235 ◦ green 227 ◦ blue 229

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

Shades of Amour #EBE3E5

Tints of Amour #EBE3E5

RGB

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

 GREEN value IS 227 (89.06% from 255) = 32.85%

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

R = 34.01%
G = 32.85%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EBE3E5 (or 0xEBE3E5) is known color: Amour. HEX triplet: EB, E3 and E5. RGB value is (235,227,229). Sum of RGB (Red+Green+Blue) = 235+227+229=691 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.01% from 691); Green value is 227 (89.06% from 255 or 32.85% from 691); Blue value is 229 (89.84% from 255 or 33.14% from 691); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE3E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE3E5 is #141C1A. Grayscale: #E5E5E5. Windows color (decimal): -1317915 or 15066091. OLE color: 15066091.

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

Color convert

RGB 235 227 229 -
CMYK 0 0.03 0.03 0.08
HSL 345º 0.17% 0.91% -
HSV(B) 345º 0.03% 0.92% -
XYZ 75.87 78.26 85.24 -
YUV 229.62 127.65 131.84 -
System Red Green Blue C M Y K H S L
Decimal 235 227 229 0 0.03 0.03 0.08 345 0.17 0.91
Hex EB E3 E5 0 3 3 8 159 11 5B
Octal 353 343 345 0 3 3 10 531 21 133
Binary 11101011 11100011 11100101 0 11 11 1000 101011001 10001 1011011

Color Harmonies of #EBE3E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE3E5

Black with #EBE3E5

Text Example


Text Example

White with #EBE3E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE3E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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