#EFE7E8

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

Shades of Amour #EFE7E8

Tints of Amour #EFE7E8

Color information

#EFE7E8 (or 0xEFE7E8) is unknown color: approx Amour. HEX triplet: EF, E7 and E8. RGB value is (239,231,232). Sum of RGB (Red+Green+Blue) = 239+231+232=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 231 (90.62% from 255 or 32.91% from 702); Blue value is 232 (91.02% from 255 or 33.05% from 702); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE7E8 is #101817. Grayscale: #E9E9E9. Windows color (decimal): -1054744 or 15263727. OLE color: 15263727.

HSL color Cylindrical-coordinate representation of color #EFE7E8: hue angle of 352.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 #EFE7E8 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB239231232-
CMYK00.030.030.06
HSL352.5º20%92.16%-
HSV(B)352.5º3.35%93.73%-
XYZ78.7481.3387.89-
YUV233.51127.15131.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.05%
GREEN value IS 231 (90.62% from 255) = 32.91%
BLUE value IS 232 (91.02% from 255) = 33.05%
R=34.05%
G=32.91%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923123200.030.030.06352.52092.16
HexEFE7E80336160145c
Octal357347350033654024134
Binary11101111111001111110100001111110101100000101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE7E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE7E8; }

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

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

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

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

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

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

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

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