#EFE4EB

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

Shades of Amour #EFE4EB

Tints of Amour #EFE4EB

Color information

#EFE4EB (or 0xEFE4EB) is unknown color: approx Amour. HEX triplet: EF, E4 and EB. RGB value is (239,228,235). Sum of RGB (Red+Green+Blue) = 239+228+235=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 228 (89.45% from 255 or 32.48% from 702); Blue value is 235 (92.19% from 255 or 33.48% from 702); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE4EB is #101B14. Grayscale: #E8E8E8. Windows color (decimal): -1055509 or 15459567. OLE color: 15459567.

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

Color convert

RGB239228235-
CMYK00.050.020.06
HSL321.82º25.58%91.57%-
HSV(B)321.82º4.6%93.73%-
XYZ78.3479.8489.88-
YUV232.09129.64132.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.05%
GREEN value IS 228 (89.45% from 255) = 32.48%
BLUE value IS 235 (92.19% from 255) = 33.48%
R=34.05%
G=32.48%
B=33.48%

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
Decimal23922823500.050.020.06321.8225.5891.57
HexEFE4EB05261421a5c
Octal357344353052650232134
Binary111011111110010011101011010110110101000010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE4EB; }

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

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

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

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

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

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

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

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