Shades of Sea Buckthorn #ED934B
Tints of Sea Buckthorn #ED934B
RGB
CMYK
RGB Variations
Color information
#ED934B (or 0xED934B) is known color: Sea Buckthorn. HEX triplet: ED, 93 and 4B. RGB value is (237,147,75). Sum of RGB (Red+Green+Blue) = 237+147+75=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 147 (57.81% from 255 or 32.03% from 459); Blue value is 75 (29.69% from 255 or 16.34% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED934B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED934B is #126CB4. Grayscale: #A6A6A6. Windows color (decimal): -1207477 or 4953069. OLE color: 4953069.
HSL color Cylindrical-coordinate representation of color #ED934B: hue angle of 26.67º 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 #ED934B is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 75 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.07 |
| HSL | 26.67º | 0.82% | 0.61% | - |
| HSV(B) | 26.67º | 0.68% | 0.93% | - |
| XYZ | 46.63 | 39.38 | 11.8 | - |
| YUV | 165.7 | 76.82 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 75 | 0 | 0.38 | 0.68 | 0.07 | 26.67 | 0.82 | 0.61 |
| Hex | ED | 93 | 4B | 0 | 26 | 44 | 7 | 1B | 52 | 3D |
| Octal | 355 | 223 | 113 | 0 | 46 | 104 | 7 | 33 | 122 | 75 |
| Binary | 11101101 | 10010011 | 1001011 | 0 | 100110 | 1000100 | 111 | 11011 | 1010010 | 111101 |
Color Harmonies of #ED934B
Complementary color
Monochromatic Colors of #ED934B
Black with #ED934B
Text Example
Text Example
White with #ED934B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED934B; }
p { color: rgb(237,147,75); }
H1.HeaderClassName
{
color: #ED934B;
}
.AnyTagClassName
{
color: #ED934B;
}
</style>
background-color css
<style>
a { background-color: #ED934B; }
a { background-color: rgb(237,147,75); }
div.DivClassName
{
background-color: #ED934B;
}
.BgClassName
{
background-color: #ED934B;
}
</style>
border-color css
<style>
span { border-color: #ED934B; }
span { border-color: rgb(237,147,75); }
td.TdClassName
{
border-color: #ED934B;
}
.TagClassName
{
border-color: #ED934B;
}
</style>