Shades of Sea Buckthorn #EE9553
Tints of Sea Buckthorn #EE9553
RGB
CMYK
RGB Variations
Color information
#EE9553 (or 0xEE9553) is known color: Sea Buckthorn. HEX triplet: EE, 95 and 53. RGB value is (238,149,83). Sum of RGB (Red+Green+Blue) = 238+149+83=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 83 (32.81% from 255 or 17.66% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9553 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9553 is #116AAC. Grayscale: #A8A8A8. Windows color (decimal): -1141421 or 5477870. OLE color: 5477870.
HSL color Cylindrical-coordinate representation of color #EE9553: hue angle of 25.55º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE9553 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 149 | 83 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.07 |
| HSL | 25.55º | 0.82% | 0.63% | - |
| HSV(B) | 25.55º | 0.65% | 0.93% | - |
| XYZ | 47.57 | 40.3 | 13.45 | - |
| YUV | 168.09 | 79.99 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 149 | 83 | 0 | 0.37 | 0.65 | 0.07 | 25.55 | 0.82 | 0.63 |
| Hex | EE | 95 | 53 | 0 | 25 | 41 | 7 | 1A | 52 | 3F |
| Octal | 356 | 225 | 123 | 0 | 45 | 101 | 7 | 32 | 122 | 77 |
| Binary | 11101110 | 10010101 | 1010011 | 0 | 100101 | 1000001 | 111 | 11010 | 1010010 | 111111 |
Color Harmonies of #EE9553
Complementary color
Monochromatic Colors of #EE9553
Black with #EE9553
Text Example
Text Example
White with #EE9553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9553; }
p { color: rgb(238,149,83); }
H1.HeaderClassName
{
color: #EE9553;
}
.AnyTagClassName
{
color: #EE9553;
}
</style>
background-color css
<style>
a { background-color: #EE9553; }
a { background-color: rgb(238,149,83); }
div.DivClassName
{
background-color: #EE9553;
}
.BgClassName
{
background-color: #EE9553;
}
</style>
border-color css
<style>
span { border-color: #EE9553; }
span { border-color: rgb(238,149,83); }
td.TdClassName
{
border-color: #EE9553;
}
.TagClassName
{
border-color: #EE9553;
}
</style>