#E0A1AE

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

Shades of Kobi #E0A1AE

Tints of Kobi #E0A1AE

Color information

#E0A1AE (or 0xE0A1AE) is unknown color: approx Kobi. HEX triplet: E0, A1 and AE. RGB value is (224,161,174). Sum of RGB (Red+Green+Blue) = 224+161+174=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 161 (63.28% from 255 or 28.80% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A1AE is #1F5E51. Grayscale: #B5B5B5. Windows color (decimal): -2055762 or 11444704. OLE color: 11444704.

HSL color Cylindrical-coordinate representation of color #E0A1AE: hue angle of 347.62º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E0A1AE is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB224161174-
CMYK00.280.220.12
HSL347.62º50.4%75.49%-
HSV(B)347.62º28.12%87.84%-
XYZ51.1344.3945.92-
YUV181.32123.87158.44-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.07%
GREEN value IS 161 (63.28% from 255) = 28.80%
BLUE value IS 174 (68.36% from 255) = 31.13%
R=40.07%
G=28.80%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416117400.280.220.12347.6250.475.49
HexE0A1AE01C16C15c324b
Octal340241256034261453462113
Binary1110000010100001101011100111001011011001010111001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A1AE; }

 p { color: rgb(224,161,174); }

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

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

 a { background-color: rgb(224,161,174); }

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

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

 span { border-color: rgb(224,161,174); }

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