Shades of Sea Buckthorn #E9914C
Tints of Sea Buckthorn #E9914C
RGB
CMYK
RGB Variations
Color information
#E9914C (or 0xE9914C) is known color: Sea Buckthorn. HEX triplet: E9, 91 and 4C. RGB value is (233,145,76). Sum of RGB (Red+Green+Blue) = 233+145+76=454 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.32% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 76 (30.08% from 255 or 16.74% from 454); Max value from RGB is 233 - color contains mainly: red. Hex color #E9914C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9914C is #166EB3. Grayscale: #A3A3A3. Windows color (decimal): -1470132 or 5018089. OLE color: 5018089.
HSL color Cylindrical-coordinate representation of color #E9914C: hue angle of 26.37º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E9914C is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 145 | 76 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.09 |
| HSL | 26.37º | 0.78% | 0.61% | - |
| HSV(B) | 26.37º | 0.67% | 0.91% | - |
| XYZ | 45.03 | 38.1 | 11.82 | - |
| YUV | 163.45 | 78.65 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 145 | 76 | 0 | 0.38 | 0.67 | 0.09 | 26.37 | 0.78 | 0.61 |
| Hex | E9 | 91 | 4C | 0 | 26 | 43 | 9 | 1A | 4E | 3D |
| Octal | 351 | 221 | 114 | 0 | 46 | 103 | 11 | 32 | 116 | 75 |
| Binary | 11101001 | 10010001 | 1001100 | 0 | 100110 | 1000011 | 1001 | 11010 | 1001110 | 111101 |
Color Harmonies of #E9914C
Complementary color
Monochromatic Colors of #E9914C
Black with #E9914C
Text Example
Text Example
White with #E9914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9914C; }
p { color: rgb(233,145,76); }
H1.HeaderClassName
{
color: #E9914C;
}
.AnyTagClassName
{
color: #E9914C;
}
</style>
background-color css
<style>
a { background-color: #E9914C; }
a { background-color: rgb(233,145,76); }
div.DivClassName
{
background-color: #E9914C;
}
.BgClassName
{
background-color: #E9914C;
}
</style>
border-color css
<style>
span { border-color: #E9914C; }
span { border-color: rgb(233,145,76); }
td.TdClassName
{
border-color: #E9914C;
}
.TagClassName
{
border-color: #E9914C;
}
</style>