#EEEAEB

Color #EEEAEB Amour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amour #EEEAEB

Tints of Amour #EEEAEB

Color information

#EEEAEB (or 0xEEEAEB) is unknown color: approx Amour. HEX triplet: EE, EA and EB. RGB value is (238,234,235). Sum of RGB (Red+Green+Blue) = 238+234+235=707 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.66% from 707); Green value is 234 (91.80% from 255 or 33.10% from 707); Blue value is 235 (92.19% from 255 or 33.24% from 707); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEAEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEAEB is #111514. Grayscale: #EBEBEB. Windows color (decimal): -1119509 or 15461102. OLE color: 15461102.

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

Color convert

RGB238234235-
CMYK00.020.010.07
HSL345º10.53%92.55%-
HSV(B)345º1.68%93.33%-
XYZ79.6883.0290.42-
YUV235.31127.83129.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.66%
GREEN value IS 234 (91.80% from 255) = 33.10%
BLUE value IS 235 (92.19% from 255) = 33.24%
R=33.66%
G=33.10%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823423500.020.010.0734510.5392.55
HexEEEAEB0217159b5d
Octal356352353021753113135
Binary111011101110101011101011010111110101100110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEAEB; }

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

 H1.HeaderClassName
 {
   color: #EEEAEB;
 }
 .AnyTagClassName
 {
   color: #EEEAEB;
 }
</style>
background-color css

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

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

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

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

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

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