#E0A1AF

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

Shades of Kobi #E0A1AF

Tints of Kobi #E0A1AF

Color information

#E0A1AF (or 0xE0A1AF) is unknown color: approx Kobi. HEX triplet: E0, A1 and AF. RGB value is (224,161,175). Sum of RGB (Red+Green+Blue) = 224+161+175=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 161 (63.28% from 255 or 28.75% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A1AF is #1F5E50. Grayscale: #B5B5B5. Windows color (decimal): -2055761 or 11510240. OLE color: 11510240.

HSL color Cylindrical-coordinate representation of color #E0A1AF: hue angle of 346.67º 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 #E0A1AF is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB224161175-
CMYK00.280.220.12
HSL346.67º50.4%75.49%-
HSV(B)346.67º28.12%87.84%-
XYZ51.2244.4346.43-
YUV181.43124.37158.36-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40%
GREEN value IS 161 (63.28% from 255) = 28.75%
BLUE value IS 175 (68.75% from 255) = 31.25%
R=40%
G=28.75%
B=31.25%

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
Decimal22416117500.280.220.12346.6750.475.49
HexE0A1AF01C16C15b324b
Octal340241257034261453362113
Binary1110000010100001101011110111001011011001010110111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A1AF; }

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

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

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

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

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

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

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

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