#EFE7EA

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

Shades of Amour #EFE7EA

Tints of Amour #EFE7EA

Color information

#EFE7EA (or 0xEFE7EA) is unknown color: approx Amour. HEX triplet: EF, E7 and EA. RGB value is (239,231,234). Sum of RGB (Red+Green+Blue) = 239+231+234=704 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.95% from 704); Green value is 231 (90.62% from 255 or 32.81% from 704); Blue value is 234 (91.80% from 255 or 33.24% from 704); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE7EA is #101815. Grayscale: #E9E9E9. Windows color (decimal): -1054742 or 15394799. OLE color: 15394799.

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

Color convert

RGB239231234-
CMYK00.030.020.06
HSL337.5º20%92.16%-
HSV(B)337.5º3.35%93.73%-
XYZ79.0281.4489.4-
YUV233.73128.15131.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.95%
GREEN value IS 231 (90.62% from 255) = 32.81%
BLUE value IS 234 (91.80% from 255) = 33.24%
R=33.95%
G=32.81%
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
Decimal23923123400.030.020.06337.52092.16
HexEFE7EA0326152145c
Octal357347352032652224134
Binary11101111111001111110101001110110101010010101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE7EA; }

 p { color: rgb(239,231,234); }

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

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

 a { background-color: rgb(239,231,234); }

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

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

 span { border-color: rgb(239,231,234); }

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