Shades of Sea Buckthorn #ED934C
Tints of Sea Buckthorn #ED934C
RGB
CMYK
RGB Variations
Color information
#ED934C (or 0xED934C) is known color: Sea Buckthorn. HEX triplet: ED, 93 and 4C. RGB value is (237,147,76). Sum of RGB (Red+Green+Blue) = 237+147+76=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 76 (30.08% from 255 or 16.52% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED934C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED934C is #126CB3. Grayscale: #A6A6A6. Windows color (decimal): -1207476 or 5018605. OLE color: 5018605.
HSL color Cylindrical-coordinate representation of color #ED934C: hue angle of 26.46º 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 #ED934C is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 76 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.07 |
| HSL | 26.46º | 0.82% | 0.61% | - |
| HSV(B) | 26.46º | 0.68% | 0.93% | - |
| XYZ | 46.66 | 39.39 | 11.98 | - |
| YUV | 165.82 | 77.32 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 76 | 0 | 0.38 | 0.68 | 0.07 | 26.46 | 0.82 | 0.61 |
| Hex | ED | 93 | 4C | 0 | 26 | 44 | 7 | 1A | 52 | 3D |
| Octal | 355 | 223 | 114 | 0 | 46 | 104 | 7 | 32 | 122 | 75 |
| Binary | 11101101 | 10010011 | 1001100 | 0 | 100110 | 1000100 | 111 | 11010 | 1010010 | 111101 |
Color Harmonies of #ED934C
Complementary color
Monochromatic Colors of #ED934C
Black with #ED934C
Text Example
Text Example
White with #ED934C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED934C; }
p { color: rgb(237,147,76); }
H1.HeaderClassName
{
color: #ED934C;
}
.AnyTagClassName
{
color: #ED934C;
}
</style>
background-color css
<style>
a { background-color: #ED934C; }
a { background-color: rgb(237,147,76); }
div.DivClassName
{
background-color: #ED934C;
}
.BgClassName
{
background-color: #ED934C;
}
</style>
border-color css
<style>
span { border-color: #ED934C; }
span { border-color: rgb(237,147,76); }
td.TdClassName
{
border-color: #ED934C;
}
.TagClassName
{
border-color: #ED934C;
}
</style>