Html Css Color HEX #EBE6E8 Amour

📋 copy color: '#EBE6E8'

red 235 ◦ green 230 ◦ blue 232

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

Shades of Amour #EBE6E8

Tints of Amour #EBE6E8

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33%

 BLUE value IS 232 (91.02% from 255) = 33.29%

R = 33.72%
G = 33%
B = 33.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EBE6E8 (or 0xEBE6E8) is known color: Amour. HEX triplet: EB, E6 and E8. RGB value is (235,230,232). Sum of RGB (Red+Green+Blue) = 235+230+232=697 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.72% from 697); Green value is 230 (90.23% from 255 or 33.00% from 697); Blue value is 232 (91.02% from 255 or 33.29% from 697); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE6E8 is #141917. Grayscale: #E7E7E7. Windows color (decimal): -1317144 or 15263467. OLE color: 15263467.

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

Color convert

RGB 235 230 232 -
CMYK 0 0.02 0.01 0.08
HSL 336º 0.11% 0.91% -
HSV(B) 336º 0.02% 0.92% -
XYZ 77.12 80.08 87.74 -
YUV 231.72 128.16 130.34 -
System Red Green Blue C M Y K H S L
Decimal 235 230 232 0 0.02 0.01 0.08 336 0.11 0.91
Hex EB E6 E8 0 2 1 8 150 B 5B
Octal 353 346 350 0 2 1 10 520 13 133
Binary 11101011 11100110 11101000 0 10 1 1000 101010000 1011 1011011

Color Harmonies of #EBE6E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE6E8

Black with #EBE6E8

Text Example


Text Example

White with #EBE6E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE6E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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