#E09DA6

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

Shades of Kobi #E09DA6

Tints of Kobi #E09DA6

Color information

#E09DA6 (or 0xE09DA6) is unknown color: approx Kobi. HEX triplet: E0, 9D and A6. RGB value is (224,157,166). Sum of RGB (Red+Green+Blue) = 224+157+166=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 166 (65.23% from 255 or 30.35% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E09DA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09DA6 is #1F6259. Grayscale: #B2B2B2. Windows color (decimal): -2056794 or 10919392. OLE color: 10919392.

HSL color Cylindrical-coordinate representation of color #E09DA6: hue angle of 351.94º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E09DA6 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB224157166-
CMYK00.300.260.12
HSL351.94º51.94%74.71%-
HSV(B)351.94º29.91%87.84%-
XYZ49.6842.7141.7-
YUV178.06121.2160.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.95%
GREEN value IS 157 (61.72% from 255) = 28.70%
BLUE value IS 166 (65.23% from 255) = 30.35%
R=40.95%
G=28.70%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415716600.300.260.12351.9451.9474.71
HexE09DA601E1AC160344b
Octal340235246036321454064113
Binary1110000010011101101001100111101101011001011000001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09DA6; }

 p { color: rgb(224,157,166); }

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

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

 a { background-color: rgb(224,157,166); }

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

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

 span { border-color: rgb(224,157,166); }

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