#EFEAED

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

Shades of Amour #EFEAED

Tints of Amour #EFEAED

Color information

#EFEAED (or 0xEFEAED) is unknown color: approx Amour. HEX triplet: EF, EA and ED. RGB value is (239,234,237). Sum of RGB (Red+Green+Blue) = 239+234+237=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 234 (91.80% from 255 or 32.96% from 710); Blue value is 237 (92.97% from 255 or 33.38% from 710); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEAED is #101512. Grayscale: #EBEBEB. Windows color (decimal): -1053971 or 15592175. OLE color: 15592175.

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

Color convert

RGB239234237-
CMYK00.020.010.06
HSL324º13.51%92.75%-
HSV(B)324º2.09%93.73%-
XYZ80.3183.3191.97-
YUV235.84128.66130.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.66%
GREEN value IS 234 (91.80% from 255) = 32.96%
BLUE value IS 237 (92.97% from 255) = 33.38%
R=33.66%
G=32.96%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923423700.020.010.0632413.5192.75
HexEFEAED0216144e5d
Octal357352355021650416135
Binary111011111110101011101101010111010100010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEAED; }

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

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

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

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

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

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

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

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