#EFE9EB

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

Shades of Amour #EFE9EB

Tints of Amour #EFE9EB

Color information

#EFE9EB (or 0xEFE9EB) is unknown color: approx Amour. HEX triplet: EF, E9 and EB. RGB value is (239,233,235). Sum of RGB (Red+Green+Blue) = 239+233+235=707 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.80% from 707); Green value is 233 (91.41% from 255 or 32.96% from 707); Blue value is 235 (92.19% from 255 or 33.24% from 707); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE9EB is #101614. Grayscale: #EBEBEB. Windows color (decimal): -1054229 or 15460847. OLE color: 15460847.

HSL color Cylindrical-coordinate representation of color #EFE9EB: hue angle of 340º degrees, saturation: 0.16, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFE9EB is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB239233235-
CMYK00.030.020.06
HSL340º15.79%92.55%-
HSV(B)340º2.51%93.73%-
XYZ79.7382.6390.34-
YUV235.02127.99130.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.80%
GREEN value IS 233 (91.41% from 255) = 32.96%
BLUE value IS 235 (92.19% from 255) = 33.24%
R=33.80%
G=32.96%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923323500.030.020.0634015.7992.55
HexEFE9EB0326154105d
Octal357351353032652420135
Binary11101111111010011110101101110110101010100100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE9EB; }

 p { color: rgb(239,233,235); }

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

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

 a { background-color: rgb(239,233,235); }

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

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

 span { border-color: rgb(239,233,235); }

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