#EFE5EA

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

Shades of Amour #EFE5EA

Tints of Amour #EFE5EA

Color information

#EFE5EA (or 0xEFE5EA) is unknown color: approx Amour. HEX triplet: EF, E5 and EA. RGB value is (239,229,234). Sum of RGB (Red+Green+Blue) = 239+229+234=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 229 (89.84% from 255 or 32.62% from 702); Blue value is 234 (91.80% from 255 or 33.33% from 702); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE5EA is #101A15. Grayscale: #E8E8E8. Windows color (decimal): -1055254 or 15394287. OLE color: 15394287.

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

Color convert

RGB239229234-
CMYK00.040.020.06
HSL330º23.81%91.76%-
HSV(B)330º4.18%93.73%-
XYZ78.4780.3389.21-
YUV232.56128.81132.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.05%
GREEN value IS 229 (89.84% from 255) = 32.62%
BLUE value IS 234 (91.80% from 255) = 33.33%
R=34.05%
G=32.62%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922923400.040.020.0633023.8191.76
HexEFE5EA042614a185c
Octal357345352042651230134
Binary111011111110010111101010010010110101001010110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE5EA; }

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

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

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

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

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

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

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

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