#EEECED

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

Shades of Amour #EEECED

Tints of Amour #EEECED

Color information

#EEECED (or 0xEEECED) is unknown color: approx Amour. HEX triplet: EE, EC and ED. RGB value is (238,236,237). Sum of RGB (Red+Green+Blue) = 238+236+237=711 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.47% from 711); Green value is 236 (92.58% from 255 or 33.19% from 711); Blue value is 237 (92.97% from 255 or 33.33% from 711); Max value from RGB is 238 - color contains mainly: red. Hex color #EEECED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEECED is #111312. Grayscale: #ECECEC. Windows color (decimal): -1118995 or 15592686. OLE color: 15592686.

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

Color convert

RGB238236237-
CMYK00.010.000.07
HSL330º5.56%92.94%-
HSV(B)330º0.84%93.33%-
XYZ80.5484.2892.14-
YUV236.71128.16128.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.47%
GREEN value IS 236 (92.58% from 255) = 33.19%
BLUE value IS 237 (92.97% from 255) = 33.33%
R=33.47%
G=33.19%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823623700.010.000.073305.5692.94
HexEEECED010714a65d
Octal35635435501075126135
Binary1110111011101100111011010101111010010101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEECED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEECED; }

 p { color: rgb(238,236,237); }

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

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

 a { background-color: rgb(238,236,237); }

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

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

 span { border-color: rgb(238,236,237); }

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