Shades of Kobi #E09DAB
Tints of Kobi #E09DAB
RGB
CMYK
RGB Variations
Color information
#E09DAB (or 0xE09DAB) is known color: Kobi. HEX triplet: E0, 9D and AB. RGB value is (224,157,171). Sum of RGB (Red+Green+Blue) = 224+157+171=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E09DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09DAB is #1F6254. Grayscale: #B2B2B2. Windows color (decimal): -2056789 or 11247072. OLE color: 11247072.
HSL color Cylindrical-coordinate representation of color #E09DAB: hue angle of 347.46º 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 #E09DAB is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 157 | 171 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.12 |
| HSL | 347.46º | 0.52% | 0.75% | - |
| HSV(B) | 347.46º | 0.3% | 0.88% | - |
| XYZ | 50.15 | 42.9 | 44.17 | - |
| YUV | 178.63 | 123.7 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 171 | 0 | 0.30 | 0.24 | 0.12 | 347.46 | 0.52 | 0.75 |
| Hex | E0 | 9D | AB | 0 | 1E | 18 | C | 15B | 34 | 4B |
| Octal | 340 | 235 | 253 | 0 | 36 | 30 | 14 | 533 | 64 | 113 |
| Binary | 11100000 | 10011101 | 10101011 | 0 | 11110 | 11000 | 1100 | 101011011 | 110100 | 1001011 |
Color Harmonies of #E09DAB
Complementary color
Monochromatic Colors of #E09DAB
Black with #E09DAB
Text Example
Text Example
White with #E09DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09DAB; }
p { color: rgb(224,157,171); }
H1.HeaderClassName
{
color: #E09DAB;
}
.AnyTagClassName
{
color: #E09DAB;
}
</style>
background-color css
<style>
a { background-color: #E09DAB; }
a { background-color: rgb(224,157,171); }
div.DivClassName
{
background-color: #E09DAB;
}
.BgClassName
{
background-color: #E09DAB;
}
</style>
border-color css
<style>
span { border-color: #E09DAB; }
span { border-color: rgb(224,157,171); }
td.TdClassName
{
border-color: #E09DAB;
}
.TagClassName
{
border-color: #E09DAB;
}
</style>