#E0A0AF

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

Shades of Kobi #E0A0AF

Tints of Kobi #E0A0AF

Color information

#E0A0AF (or 0xE0A0AF) is unknown color: approx Kobi. HEX triplet: E0, A0 and AF. RGB value is (224,160,175). Sum of RGB (Red+Green+Blue) = 224+160+175=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 160 (62.89% from 255 or 28.62% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A0AF is #1F5F50. Grayscale: #B4B4B4. Windows color (decimal): -2056017 or 11509984. OLE color: 11509984.

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

Color convert

RGB224160175-
CMYK00.290.220.12
HSL345.94º50.79%75.29%-
HSV(B)345.94º28.57%87.84%-
XYZ51.0544.0846.38-
YUV180.85124.7158.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.07%
GREEN value IS 160 (62.89% from 255) = 28.62%
BLUE value IS 175 (68.75% from 255) = 31.31%
R=40.07%
G=28.62%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416017500.290.220.12345.9450.7975.29
HexE0A0AF01D16C15a334b
Octal340240257035261453263113
Binary1110000010100000101011110111011011011001010110101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A0AF; }

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

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

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

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

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

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

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

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