Shades of Sea Buckthorn #ED914B
Tints of Sea Buckthorn #ED914B
RGB
CMYK
RGB Variations
Color information
#ED914B (or 0xED914B) is known color: Sea Buckthorn. HEX triplet: ED, 91 and 4B. RGB value is (237,145,75). Sum of RGB (Red+Green+Blue) = 237+145+75=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 75 (29.69% from 255 or 16.41% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED914B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED914B is #126EB4. Grayscale: #A4A4A4. Windows color (decimal): -1207989 or 4952557. OLE color: 4952557.
HSL color Cylindrical-coordinate representation of color #ED914B: hue angle of 25.93º degrees, saturation: 0.82, 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 #ED914B is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 75 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.07 |
| HSL | 25.93º | 0.82% | 0.61% | - |
| HSV(B) | 25.93º | 0.68% | 0.93% | - |
| XYZ | 46.32 | 38.76 | 11.7 | - |
| YUV | 164.53 | 77.48 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 75 | 0 | 0.39 | 0.68 | 0.07 | 25.93 | 0.82 | 0.61 |
| Hex | ED | 91 | 4B | 0 | 27 | 44 | 7 | 1A | 52 | 3D |
| Octal | 355 | 221 | 113 | 0 | 47 | 104 | 7 | 32 | 122 | 75 |
| Binary | 11101101 | 10010001 | 1001011 | 0 | 100111 | 1000100 | 111 | 11010 | 1010010 | 111101 |
Color Harmonies of #ED914B
Complementary color
Monochromatic Colors of #ED914B
Black with #ED914B
Text Example
Text Example
White with #ED914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED914B; }
p { color: rgb(237,145,75); }
H1.HeaderClassName
{
color: #ED914B;
}
.AnyTagClassName
{
color: #ED914B;
}
</style>
background-color css
<style>
a { background-color: #ED914B; }
a { background-color: rgb(237,145,75); }
div.DivClassName
{
background-color: #ED914B;
}
.BgClassName
{
background-color: #ED914B;
}
</style>
border-color css
<style>
span { border-color: #ED914B; }
span { border-color: rgb(237,145,75); }
td.TdClassName
{
border-color: #ED914B;
}
.TagClassName
{
border-color: #ED914B;
}
</style>