Shades of Sea Buckthorn #ED904B
Tints of Sea Buckthorn #ED904B
RGB
CMYK
RGB Variations
Color information
#ED904B (or 0xED904B) is known color: Sea Buckthorn. HEX triplet: ED, 90 and 4B. RGB value is (237,144,75). Sum of RGB (Red+Green+Blue) = 237+144+75=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 75 (29.69% from 255 or 16.45% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED904B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED904B is #126FB4. Grayscale: #A4A4A4. Windows color (decimal): -1208245 or 4952301. OLE color: 4952301.
HSL color Cylindrical-coordinate representation of color #ED904B: hue angle of 25.56º 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 #ED904B is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 75 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.07 |
| HSL | 25.56º | 0.82% | 0.61% | - |
| HSV(B) | 25.56º | 0.68% | 0.93% | - |
| XYZ | 46.17 | 38.46 | 11.65 | - |
| YUV | 163.94 | 77.81 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 75 | 0 | 0.39 | 0.68 | 0.07 | 25.56 | 0.82 | 0.61 |
| Hex | ED | 90 | 4B | 0 | 27 | 44 | 7 | 1A | 52 | 3D |
| Octal | 355 | 220 | 113 | 0 | 47 | 104 | 7 | 32 | 122 | 75 |
| Binary | 11101101 | 10010000 | 1001011 | 0 | 100111 | 1000100 | 111 | 11010 | 1010010 | 111101 |
Color Harmonies of #ED904B
Complementary color
Monochromatic Colors of #ED904B
Black with #ED904B
Text Example
Text Example
White with #ED904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED904B; }
p { color: rgb(237,144,75); }
H1.HeaderClassName
{
color: #ED904B;
}
.AnyTagClassName
{
color: #ED904B;
}
</style>
background-color css
<style>
a { background-color: #ED904B; }
a { background-color: rgb(237,144,75); }
div.DivClassName
{
background-color: #ED904B;
}
.BgClassName
{
background-color: #ED904B;
}
</style>
border-color css
<style>
span { border-color: #ED904B; }
span { border-color: rgb(237,144,75); }
td.TdClassName
{
border-color: #ED904B;
}
.TagClassName
{
border-color: #ED904B;
}
</style>