Shades of Sea Buckthorn #EC9D4A
Tints of Sea Buckthorn #EC9D4A
RGB
CMYK
RGB Variations
Color information
#EC9D4A (or 0xEC9D4A) is known color: Sea Buckthorn. HEX triplet: EC, 9D and 4A. RGB value is (236,157,74). Sum of RGB (Red+Green+Blue) = 236+157+74=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9D4A is #1362B5. Grayscale: #ABABAB. Windows color (decimal): -1270454 or 4890092. OLE color: 4890092.
HSL color Cylindrical-coordinate representation of color #EC9D4A: hue angle of 30.74º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC9D4A is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 157 | 74 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.07 |
| HSL | 30.74º | 0.81% | 0.61% | - |
| HSV(B) | 30.74º | 0.69% | 0.93% | - |
| XYZ | 47.89 | 42.44 | 12.15 | - |
| YUV | 171.16 | 73.17 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 157 | 74 | 0 | 0.33 | 0.69 | 0.07 | 30.74 | 0.81 | 0.61 |
| Hex | EC | 9D | 4A | 0 | 21 | 45 | 7 | 1F | 51 | 3D |
| Octal | 354 | 235 | 112 | 0 | 41 | 105 | 7 | 37 | 121 | 75 |
| Binary | 11101100 | 10011101 | 1001010 | 0 | 100001 | 1000101 | 111 | 11111 | 1010001 | 111101 |
Color Harmonies of #EC9D4A
Complementary color
Monochromatic Colors of #EC9D4A
Black with #EC9D4A
Text Example
Text Example
White with #EC9D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9D4A; }
p { color: rgb(236,157,74); }
H1.HeaderClassName
{
color: #EC9D4A;
}
.AnyTagClassName
{
color: #EC9D4A;
}
</style>
background-color css
<style>
a { background-color: #EC9D4A; }
a { background-color: rgb(236,157,74); }
div.DivClassName
{
background-color: #EC9D4A;
}
.BgClassName
{
background-color: #EC9D4A;
}
</style>
border-color css
<style>
span { border-color: #EC9D4A; }
span { border-color: rgb(236,157,74); }
td.TdClassName
{
border-color: #EC9D4A;
}
.TagClassName
{
border-color: #EC9D4A;
}
</style>