Shades of Kobi #E09DA7
Tints of Kobi #E09DA7
RGB
CMYK
RGB Variations
Color information
#E09DA7 (or 0xE09DA7) is known color: Kobi. HEX triplet: E0, 9D and A7. RGB value is (224,157,167). Sum of RGB (Red+Green+Blue) = 224+157+167=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 167 (65.62% from 255 or 30.47% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E09DA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09DA7 is #1F6258. Grayscale: #B2B2B2. Windows color (decimal): -2056793 or 10984928. OLE color: 10984928.
HSL color Cylindrical-coordinate representation of color #E09DA7: hue angle of 351.04º 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 #E09DA7 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 157 | 167 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.12 |
| HSL | 351.04º | 0.52% | 0.75% | - |
| HSV(B) | 351.04º | 0.3% | 0.88% | - |
| XYZ | 49.77 | 42.75 | 42.19 | - |
| YUV | 178.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 167 | 0 | 0.30 | 0.25 | 0.12 | 351.04 | 0.52 | 0.75 |
| Hex | E0 | 9D | A7 | 0 | 1E | 19 | C | 15F | 34 | 4B |
| Octal | 340 | 235 | 247 | 0 | 36 | 31 | 14 | 537 | 64 | 113 |
| Binary | 11100000 | 10011101 | 10100111 | 0 | 11110 | 11001 | 1100 | 101011111 | 110100 | 1001011 |
Color Harmonies of #E09DA7
Complementary color
Monochromatic Colors of #E09DA7
Black with #E09DA7
Text Example
Text Example
White with #E09DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09DA7; }
p { color: rgb(224,157,167); }
H1.HeaderClassName
{
color: #E09DA7;
}
.AnyTagClassName
{
color: #E09DA7;
}
</style>
background-color css
<style>
a { background-color: #E09DA7; }
a { background-color: rgb(224,157,167); }
div.DivClassName
{
background-color: #E09DA7;
}
.BgClassName
{
background-color: #E09DA7;
}
</style>
border-color css
<style>
span { border-color: #E09DA7; }
span { border-color: rgb(224,157,167); }
td.TdClassName
{
border-color: #E09DA7;
}
.TagClassName
{
border-color: #E09DA7;
}
</style>