Html Css Color HEX #EBE5E6 Amour

📋 copy color: '#EBE5E6'

red 235 ◦ green 229 ◦ blue 230

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

Shades of Amour #EBE5E6

Tints of Amour #EBE5E6

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33%

 BLUE value IS 230 (90.23% from 255) = 33.14%

R = 33.86%
G = 33%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EBE5E6 (or 0xEBE5E6) is known color: Amour. HEX triplet: EB, E5 and E6. RGB value is (235,229,230). Sum of RGB (Red+Green+Blue) = 235+229+230=694 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.86% from 694); Green value is 229 (89.84% from 255 or 33.00% from 694); Blue value is 230 (90.23% from 255 or 33.14% from 694); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE5E6 is #141A19. Grayscale: #E6E6E6. Windows color (decimal): -1317402 or 15132139. OLE color: 15132139.

HSL color Cylindrical-coordinate representation of color #EBE5E6: hue angle of 350º degrees, saturation: 0.13, 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 #EBE5E6 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 229 230 -
CMYK 0 0.03 0.02 0.08
HSL 350º 0.13% 0.91% -
HSV(B) 350º 0.03% 0.92% -
XYZ 76.56 79.41 86.16 -
YUV 230.91 127.49 130.92 -
System Red Green Blue C M Y K H S L
Decimal 235 229 230 0 0.03 0.02 0.08 350 0.13 0.91
Hex EB E5 E6 0 3 2 8 15E D 5B
Octal 353 345 346 0 3 2 10 536 15 133
Binary 11101011 11100101 11100110 0 11 10 1000 101011110 1101 1011011

Color Harmonies of #EBE5E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE5E6

Black with #EBE5E6

Text Example


Text Example

White with #EBE5E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE5E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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