Shades of Sea Buckthorn #ED914A
Tints of Sea Buckthorn #ED914A
RGB
CMYK
RGB Variations
Color information
#ED914A (or 0xED914A) is known color: Sea Buckthorn. HEX triplet: ED, 91 and 4A. RGB value is (237,145,74). Sum of RGB (Red+Green+Blue) = 237+145+74=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 74 (29.30% from 255 or 16.23% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED914A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED914A is #126EB5. Grayscale: #A4A4A4. Windows color (decimal): -1207990 or 4887021. OLE color: 4887021.
HSL color Cylindrical-coordinate representation of color #ED914A: hue angle of 26.13º degrees, saturation: 0.82, 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 #ED914A is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 74 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.07 |
| HSL | 26.13º | 0.82% | 0.61% | - |
| HSV(B) | 26.13º | 0.69% | 0.93% | - |
| XYZ | 46.29 | 38.75 | 11.52 | - |
| YUV | 164.41 | 76.98 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 74 | 0 | 0.39 | 0.69 | 0.07 | 26.13 | 0.82 | 0.61 |
| Hex | ED | 91 | 4A | 0 | 27 | 45 | 7 | 1A | 52 | 3D |
| Octal | 355 | 221 | 112 | 0 | 47 | 105 | 7 | 32 | 122 | 75 |
| Binary | 11101101 | 10010001 | 1001010 | 0 | 100111 | 1000101 | 111 | 11010 | 1010010 | 111101 |
Color Harmonies of #ED914A
Complementary color
Monochromatic Colors of #ED914A
Black with #ED914A
Text Example
Text Example
White with #ED914A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED914A; }
p { color: rgb(237,145,74); }
H1.HeaderClassName
{
color: #ED914A;
}
.AnyTagClassName
{
color: #ED914A;
}
</style>
background-color css
<style>
a { background-color: #ED914A; }
a { background-color: rgb(237,145,74); }
div.DivClassName
{
background-color: #ED914A;
}
.BgClassName
{
background-color: #ED914A;
}
</style>
border-color css
<style>
span { border-color: #ED914A; }
span { border-color: rgb(237,145,74); }
td.TdClassName
{
border-color: #ED914A;
}
.TagClassName
{
border-color: #ED914A;
}
</style>