Shades of Sea Buckthorn #EC924A
Tints of Sea Buckthorn #EC924A
RGB
CMYK
RGB Variations
Color information
#EC924A (or 0xEC924A) is known color: Sea Buckthorn. HEX triplet: EC, 92 and 4A. RGB value is (236,146,74). Sum of RGB (Red+Green+Blue) = 236+146+74=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 74 (29.30% from 255 or 16.23% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC924A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC924A is #136DB5. Grayscale: #A5A5A5. Windows color (decimal): -1273270 or 4887276. OLE color: 4887276.
HSL color Cylindrical-coordinate representation of color #EC924A: hue angle of 26.67º 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 #EC924A is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 74 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.07 |
| HSL | 26.67º | 0.81% | 0.61% | - |
| HSV(B) | 26.67º | 0.69% | 0.93% | - |
| XYZ | 46.11 | 38.89 | 11.55 | - |
| YUV | 164.7 | 76.82 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 74 | 0 | 0.38 | 0.69 | 0.07 | 26.67 | 0.81 | 0.61 |
| Hex | EC | 92 | 4A | 0 | 26 | 45 | 7 | 1B | 51 | 3D |
| Octal | 354 | 222 | 112 | 0 | 46 | 105 | 7 | 33 | 121 | 75 |
| Binary | 11101100 | 10010010 | 1001010 | 0 | 100110 | 1000101 | 111 | 11011 | 1010001 | 111101 |
Color Harmonies of #EC924A
Complementary color
Monochromatic Colors of #EC924A
Black with #EC924A
Text Example
Text Example
White with #EC924A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC924A; }
p { color: rgb(236,146,74); }
H1.HeaderClassName
{
color: #EC924A;
}
.AnyTagClassName
{
color: #EC924A;
}
</style>
background-color css
<style>
a { background-color: #EC924A; }
a { background-color: rgb(236,146,74); }
div.DivClassName
{
background-color: #EC924A;
}
.BgClassName
{
background-color: #EC924A;
}
</style>
border-color css
<style>
span { border-color: #EC924A; }
span { border-color: rgb(236,146,74); }
td.TdClassName
{
border-color: #EC924A;
}
.TagClassName
{
border-color: #EC924A;
}
</style>