Shades of Sea Buckthorn #EC944A
Tints of Sea Buckthorn #EC944A
RGB
CMYK
RGB Variations
Color information
#EC944A (or 0xEC944A) is known color: Sea Buckthorn. HEX triplet: EC, 94 and 4A. RGB value is (236,148,74). Sum of RGB (Red+Green+Blue) = 236+148+74=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC944A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC944A is #136BB5. Grayscale: #A6A6A6. Windows color (decimal): -1272758 or 4887788. OLE color: 4887788.
HSL color Cylindrical-coordinate representation of color #EC944A: hue angle of 27.41º 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 #EC944A is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 74 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.07 |
| HSL | 27.41º | 0.81% | 0.61% | - |
| HSV(B) | 27.41º | 0.69% | 0.93% | - |
| XYZ | 46.42 | 39.51 | 11.66 | - |
| YUV | 165.88 | 76.15 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 74 | 0 | 0.37 | 0.69 | 0.07 | 27.41 | 0.81 | 0.61 |
| Hex | EC | 94 | 4A | 0 | 25 | 45 | 7 | 1B | 51 | 3D |
| Octal | 354 | 224 | 112 | 0 | 45 | 105 | 7 | 33 | 121 | 75 |
| Binary | 11101100 | 10010100 | 1001010 | 0 | 100101 | 1000101 | 111 | 11011 | 1010001 | 111101 |
Color Harmonies of #EC944A
Complementary color
Monochromatic Colors of #EC944A
Black with #EC944A
Text Example
Text Example
White with #EC944A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC944A; }
p { color: rgb(236,148,74); }
H1.HeaderClassName
{
color: #EC944A;
}
.AnyTagClassName
{
color: #EC944A;
}
</style>
background-color css
<style>
a { background-color: #EC944A; }
a { background-color: rgb(236,148,74); }
div.DivClassName
{
background-color: #EC944A;
}
.BgClassName
{
background-color: #EC944A;
}
</style>
border-color css
<style>
span { border-color: #EC944A; }
span { border-color: rgb(236,148,74); }
td.TdClassName
{
border-color: #EC944A;
}
.TagClassName
{
border-color: #EC944A;
}
</style>