Shades of Kobi #E29DA5
Tints of Kobi #E29DA5
RGB
CMYK
RGB Variations
Color information
#E29DA5 (or 0xE29DA5) is known color: Kobi. HEX triplet: E2, 9D and A5. RGB value is (226,157,165). Sum of RGB (Red+Green+Blue) = 226+157+165=548 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.24% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 165 (64.84% from 255 or 30.11% from 548); Max value from RGB is 226 - color contains mainly: red. Hex color #E29DA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29DA5 is #1D625A. Grayscale: #B2B2B2. Windows color (decimal): -1925723 or 10853858. OLE color: 10853858.
HSL color Cylindrical-coordinate representation of color #E29DA5: hue angle of 353.04º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E29DA5 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 157 | 165 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.11 |
| HSL | 353.04º | 0.54% | 0.75% | - |
| HSV(B) | 353.04º | 0.31% | 0.89% | - |
| XYZ | 50.21 | 43 | 41.25 | - |
| YUV | 178.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 157 | 165 | 0 | 0.31 | 0.27 | 0.11 | 353.04 | 0.54 | 0.75 |
| Hex | E2 | 9D | A5 | 0 | 1F | 1B | B | 161 | 36 | 4B |
| Octal | 342 | 235 | 245 | 0 | 37 | 33 | 13 | 541 | 66 | 113 |
| Binary | 11100010 | 10011101 | 10100101 | 0 | 11111 | 11011 | 1011 | 101100001 | 110110 | 1001011 |
Color Harmonies of #E29DA5
Complementary color
Monochromatic Colors of #E29DA5
Black with #E29DA5
Text Example
Text Example
White with #E29DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29DA5; }
p { color: rgb(226,157,165); }
H1.HeaderClassName
{
color: #E29DA5;
}
.AnyTagClassName
{
color: #E29DA5;
}
</style>
background-color css
<style>
a { background-color: #E29DA5; }
a { background-color: rgb(226,157,165); }
div.DivClassName
{
background-color: #E29DA5;
}
.BgClassName
{
background-color: #E29DA5;
}
</style>
border-color css
<style>
span { border-color: #E29DA5; }
span { border-color: rgb(226,157,165); }
td.TdClassName
{
border-color: #E29DA5;
}
.TagClassName
{
border-color: #E29DA5;
}
</style>