#EFE4EA

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

Shades of Amour #EFE4EA

Tints of Amour #EFE4EA

Color information

#EFE4EA (or 0xEFE4EA) is unknown color: approx Amour. HEX triplet: EF, E4 and EA. RGB value is (239,228,234). Sum of RGB (Red+Green+Blue) = 239+228+234=701 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.09% from 701); Green value is 228 (89.45% from 255 or 32.52% from 701); Blue value is 234 (91.80% from 255 or 33.38% from 701); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE4EA is #101B15. Grayscale: #E7E7E7. Windows color (decimal): -1055510 or 15394031. OLE color: 15394031.

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

Color convert

RGB239228234-
CMYK00.050.020.06
HSL327.27º25.58%91.57%-
HSV(B)327.27º4.6%93.73%-
XYZ78.1979.7889.12-
YUV231.97129.14133.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.09%
GREEN value IS 228 (89.45% from 255) = 32.52%
BLUE value IS 234 (91.80% from 255) = 33.38%
R=34.09%
G=32.52%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922823400.050.020.06327.2725.5891.57
HexEFE4EA05261471a5c
Octal357344352052650732134
Binary111011111110010011101010010110110101000111110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE4EA; }

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

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

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

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

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

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

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

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