Shades of Kobi #E29DAA
Tints of Kobi #E29DAA
RGB
CMYK
RGB Variations
Color information
#E29DAA (or 0xE29DAA) is known color: Kobi. HEX triplet: E2, 9D and AA. RGB value is (226,157,170). Sum of RGB (Red+Green+Blue) = 226+157+170=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 226 - color contains mainly: red. Hex color #E29DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29DAA is #1D6255. Grayscale: #B3B3B3. Windows color (decimal): -1925718 or 11181538. OLE color: 11181538.
HSL color Cylindrical-coordinate representation of color #E29DAA: hue angle of 348.7º 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 #E29DAA is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 157 | 170 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.11 |
| HSL | 348.7º | 0.54% | 0.75% | - |
| HSV(B) | 348.7º | 0.31% | 0.89% | - |
| XYZ | 50.68 | 43.18 | 43.69 | - |
| YUV | 179.11 | 122.86 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 157 | 170 | 0 | 0.31 | 0.25 | 0.11 | 348.7 | 0.54 | 0.75 |
| Hex | E2 | 9D | AA | 0 | 1F | 19 | B | 15D | 36 | 4B |
| Octal | 342 | 235 | 252 | 0 | 37 | 31 | 13 | 535 | 66 | 113 |
| Binary | 11100010 | 10011101 | 10101010 | 0 | 11111 | 11001 | 1011 | 101011101 | 110110 | 1001011 |
Color Harmonies of #E29DAA
Complementary color
Monochromatic Colors of #E29DAA
Black with #E29DAA
Text Example
Text Example
White with #E29DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29DAA; }
p { color: rgb(226,157,170); }
H1.HeaderClassName
{
color: #E29DAA;
}
.AnyTagClassName
{
color: #E29DAA;
}
</style>
background-color css
<style>
a { background-color: #E29DAA; }
a { background-color: rgb(226,157,170); }
div.DivClassName
{
background-color: #E29DAA;
}
.BgClassName
{
background-color: #E29DAA;
}
</style>
border-color css
<style>
span { border-color: #E29DAA; }
span { border-color: rgb(226,157,170); }
td.TdClassName
{
border-color: #E29DAA;
}
.TagClassName
{
border-color: #E29DAA;
}
</style>