Shades of Sea Buckthorn #E69552
Tints of Sea Buckthorn #E69552
RGB
CMYK
RGB Variations
Color information
#E69552 (or 0xE69552) is known color: Sea Buckthorn. HEX triplet: E6, 95 and 52. RGB value is (230,149,82). Sum of RGB (Red+Green+Blue) = 230+149+82=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E69552 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69552 is #196AAD. Grayscale: #A5A5A5. Windows color (decimal): -1665710 or 5412326. OLE color: 5412326.
HSL color Cylindrical-coordinate representation of color #E69552: hue angle of 27.16º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E69552 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 149 | 82 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.10 |
| HSL | 27.16º | 0.75% | 0.61% | - |
| HSV(B) | 27.16º | 0.64% | 0.9% | - |
| XYZ | 44.9 | 38.93 | 13.13 | - |
| YUV | 165.58 | 80.84 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 149 | 82 | 0 | 0.35 | 0.64 | 0.10 | 27.16 | 0.75 | 0.61 |
| Hex | E6 | 95 | 52 | 0 | 23 | 40 | A | 1B | 4B | 3D |
| Octal | 346 | 225 | 122 | 0 | 43 | 100 | 12 | 33 | 113 | 75 |
| Binary | 11100110 | 10010101 | 1010010 | 0 | 100011 | 1000000 | 1010 | 11011 | 1001011 | 111101 |
Color Harmonies of #E69552
Complementary color
Monochromatic Colors of #E69552
Black with #E69552
Text Example
Text Example
White with #E69552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69552; }
p { color: rgb(230,149,82); }
H1.HeaderClassName
{
color: #E69552;
}
.AnyTagClassName
{
color: #E69552;
}
</style>
background-color css
<style>
a { background-color: #E69552; }
a { background-color: rgb(230,149,82); }
div.DivClassName
{
background-color: #E69552;
}
.BgClassName
{
background-color: #E69552;
}
</style>
border-color css
<style>
span { border-color: #E69552; }
span { border-color: rgb(230,149,82); }
td.TdClassName
{
border-color: #E69552;
}
.TagClassName
{
border-color: #E69552;
}
</style>