Shades of Sea Buckthorn #EE953F
Tints of Sea Buckthorn #EE953F
RGB
CMYK
RGB Variations
Color information
#EE953F (or 0xEE953F) is known color: Sea Buckthorn. HEX triplet: EE, 95 and 3F. RGB value is (238,149,63). Sum of RGB (Red+Green+Blue) = 238+149+63=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 63 (25% from 255 or 14% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE953F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE953F is #116AC0. Grayscale: #A6A6A6. Windows color (decimal): -1141441 or 4167150. OLE color: 4167150.
HSL color Cylindrical-coordinate representation of color #EE953F: hue angle of 29.49º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE953F is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 149 | 63 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.07 |
| HSL | 29.49º | 0.84% | 0.59% | - |
| HSV(B) | 29.49º | 0.74% | 0.93% | - |
| XYZ | 46.9 | 40.03 | 9.96 | - |
| YUV | 165.81 | 69.99 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 149 | 63 | 0 | 0.37 | 0.74 | 0.07 | 29.49 | 0.84 | 0.59 |
| Hex | EE | 95 | 3F | 0 | 25 | 4A | 7 | 1D | 54 | 3B |
| Octal | 356 | 225 | 77 | 0 | 45 | 112 | 7 | 35 | 124 | 73 |
| Binary | 11101110 | 10010101 | 111111 | 0 | 100101 | 1001010 | 111 | 11101 | 1010100 | 111011 |
Color Harmonies of #EE953F
Complementary color
Monochromatic Colors of #EE953F
Black with #EE953F
Text Example
Text Example
White with #EE953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE953F; }
p { color: rgb(238,149,63); }
H1.HeaderClassName
{
color: #EE953F;
}
.AnyTagClassName
{
color: #EE953F;
}
</style>
background-color css
<style>
a { background-color: #EE953F; }
a { background-color: rgb(238,149,63); }
div.DivClassName
{
background-color: #EE953F;
}
.BgClassName
{
background-color: #EE953F;
}
</style>
border-color css
<style>
span { border-color: #EE953F; }
span { border-color: rgb(238,149,63); }
td.TdClassName
{
border-color: #EE953F;
}
.TagClassName
{
border-color: #EE953F;
}
</style>