Html Css Color HEX #EBE8EA Amour

📋 copy color: '#EBE8EA'

red 235 ◦ green 232 ◦ blue 234

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

Shades of Amour #EBE8EA

Tints of Amour #EBE8EA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 33.1%

 BLUE value IS 234 (91.8% from 255) = 33.38%

R = 33.52%
G = 33.1%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EBE8EA (or 0xEBE8EA) is known color: Amour. HEX triplet: EB, E8 and EA. RGB value is (235,232,234). Sum of RGB (Red+Green+Blue) = 235+232+234=701 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.52% from 701); Green value is 232 (91.02% from 255 or 33.10% from 701); Blue value is 234 (91.80% from 255 or 33.38% from 701); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE8EA is #141715. Grayscale: #E9E9E9. Windows color (decimal): -1316630 or 15395051. OLE color: 15395051.

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

Color convert

RGB 235 232 234 -
CMYK 0 0.01 0.00 0.08
HSL 320º 0.07% 0.92% -
HSV(B) 320º 0.01% 0.92% -
XYZ 77.97 81.32 89.43 -
YUV 233.13 128.49 129.34 -
System Red Green Blue C M Y K H S L
Decimal 235 232 234 0 0.01 0.00 0.08 320 0.07 0.92
Hex EB E8 EA 0 1 0 8 140 7 5C
Octal 353 350 352 0 1 0 10 500 7 134
Binary 11101011 11101000 11101010 0 1 0 1000 101000000 111 1011100

Color Harmonies of #EBE8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE8EA

Black with #EBE8EA

Text Example


Text Example

White with #EBE8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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