Shades of Sea Buckthorn #EC924C
Tints of Sea Buckthorn #EC924C
RGB
CMYK
RGB Variations
Color information
#EC924C (or 0xEC924C) is known color: Sea Buckthorn. HEX triplet: EC, 92 and 4C. RGB value is (236,146,76). Sum of RGB (Red+Green+Blue) = 236+146+76=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 76 (30.08% from 255 or 16.59% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC924C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC924C is #136DB3. Grayscale: #A5A5A5. Windows color (decimal): -1273268 or 5018348. OLE color: 5018348.
HSL color Cylindrical-coordinate representation of color #EC924C: hue angle of 26.25º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC924C is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 76 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.07 |
| HSL | 26.25º | 0.81% | 0.61% | - |
| HSV(B) | 26.25º | 0.68% | 0.93% | - |
| XYZ | 46.18 | 38.91 | 11.91 | - |
| YUV | 164.93 | 77.82 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 76 | 0 | 0.38 | 0.68 | 0.07 | 26.25 | 0.81 | 0.61 |
| Hex | EC | 92 | 4C | 0 | 26 | 44 | 7 | 1A | 51 | 3D |
| Octal | 354 | 222 | 114 | 0 | 46 | 104 | 7 | 32 | 121 | 75 |
| Binary | 11101100 | 10010010 | 1001100 | 0 | 100110 | 1000100 | 111 | 11010 | 1010001 | 111101 |
Color Harmonies of #EC924C
Complementary color
Monochromatic Colors of #EC924C
Black with #EC924C
Text Example
Text Example
White with #EC924C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC924C; }
p { color: rgb(236,146,76); }
H1.HeaderClassName
{
color: #EC924C;
}
.AnyTagClassName
{
color: #EC924C;
}
</style>
background-color css
<style>
a { background-color: #EC924C; }
a { background-color: rgb(236,146,76); }
div.DivClassName
{
background-color: #EC924C;
}
.BgClassName
{
background-color: #EC924C;
}
</style>
border-color css
<style>
span { border-color: #EC924C; }
span { border-color: rgb(236,146,76); }
td.TdClassName
{
border-color: #EC924C;
}
.TagClassName
{
border-color: #EC924C;
}
</style>