#E59CAA

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

Shades of Kobi #E59CAA

Tints of Kobi #E59CAA

Color information

#E59CAA (or 0xE59CAA) is unknown color: approx Kobi. HEX triplet: E5, 9C and AA. RGB value is (229,156,170). Sum of RGB (Red+Green+Blue) = 229+156+170=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 156 (61.33% from 255 or 28.11% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E59CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59CAA is #1A6355. Grayscale: #B3B3B3. Windows color (decimal): -1729366 or 11181285. OLE color: 11181285.

HSL color Cylindrical-coordinate representation of color #E59CAA: hue angle of 348.49º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E59CAA is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB229156170-
CMYK00.320.260.10
HSL348.49º58.4%75.49%-
HSV(B)348.49º31.88%89.8%-
XYZ51.4643.3443.68-
YUV179.42122.68163.36-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.26%
GREEN value IS 156 (61.33% from 255) = 28.11%
BLUE value IS 170 (66.80% from 255) = 30.63%
R=41.26%
G=28.11%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915617000.320.260.10348.4958.475.49
HexE59CAA0201AA15c3a4b
Octal345234252040321253472113
Binary11100101100111001010101001000001101010101010111001110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59CAA; }

 p { color: rgb(229,156,170); }

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

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

 a { background-color: rgb(229,156,170); }

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

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

 span { border-color: rgb(229,156,170); }

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