Shades of Sea Buckthorn #E99D4A
Tints of Sea Buckthorn #E99D4A
RGB
CMYK
RGB Variations
Color information
#E99D4A (or 0xE99D4A) is known color: Sea Buckthorn. HEX triplet: E9, 9D and 4A. RGB value is (233,157,74). Sum of RGB (Red+Green+Blue) = 233+157+74=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E99D4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E99D4A is #1662B5. Grayscale: #AAAAAA. Windows color (decimal): -1467062 or 4890089. OLE color: 4890089.
HSL color Cylindrical-coordinate representation of color #E99D4A: hue angle of 31.32º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E99D4A is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 157 | 74 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.09 |
| HSL | 31.32º | 0.78% | 0.6% | - |
| HSV(B) | 31.32º | 0.68% | 0.91% | - |
| XYZ | 46.9 | 41.93 | 12.1 | - |
| YUV | 170.26 | 73.68 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 157 | 74 | 0 | 0.33 | 0.68 | 0.09 | 31.32 | 0.78 | 0.6 |
| Hex | E9 | 9D | 4A | 0 | 21 | 44 | 9 | 1F | 4E | 3C |
| Octal | 351 | 235 | 112 | 0 | 41 | 104 | 11 | 37 | 116 | 74 |
| Binary | 11101001 | 10011101 | 1001010 | 0 | 100001 | 1000100 | 1001 | 11111 | 1001110 | 111100 |
Color Harmonies of #E99D4A
Complementary color
Monochromatic Colors of #E99D4A
Black with #E99D4A
Text Example
Text Example
White with #E99D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99D4A; }
p { color: rgb(233,157,74); }
H1.HeaderClassName
{
color: #E99D4A;
}
.AnyTagClassName
{
color: #E99D4A;
}
</style>
background-color css
<style>
a { background-color: #E99D4A; }
a { background-color: rgb(233,157,74); }
div.DivClassName
{
background-color: #E99D4A;
}
.BgClassName
{
background-color: #E99D4A;
}
</style>
border-color css
<style>
span { border-color: #E99D4A; }
span { border-color: rgb(233,157,74); }
td.TdClassName
{
border-color: #E99D4A;
}
.TagClassName
{
border-color: #E99D4A;
}
</style>