Shades of Sea Buckthorn #EE934B
Tints of Sea Buckthorn #EE934B
RGB
CMYK
RGB Variations
Color information
#EE934B (or 0xEE934B) is known color: Sea Buckthorn. HEX triplet: EE, 93 and 4B. RGB value is (238,147,75). Sum of RGB (Red+Green+Blue) = 238+147+75=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE934B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE934B is #116CB4. Grayscale: #A6A6A6. Windows color (decimal): -1141941 or 4953070. OLE color: 4953070.
HSL color Cylindrical-coordinate representation of color #EE934B: hue angle of 26.5º degrees, saturation: 0.83, 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 #EE934B is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 147 | 75 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.07 |
| HSL | 26.5º | 0.83% | 0.61% | - |
| HSV(B) | 26.5º | 0.68% | 0.93% | - |
| XYZ | 46.96 | 39.55 | 11.82 | - |
| YUV | 166 | 76.65 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 147 | 75 | 0 | 0.38 | 0.68 | 0.07 | 26.5 | 0.83 | 0.61 |
| Hex | EE | 93 | 4B | 0 | 26 | 44 | 7 | 1B | 53 | 3D |
| Octal | 356 | 223 | 113 | 0 | 46 | 104 | 7 | 33 | 123 | 75 |
| Binary | 11101110 | 10010011 | 1001011 | 0 | 100110 | 1000100 | 111 | 11011 | 1010011 | 111101 |
Color Harmonies of #EE934B
Complementary color
Monochromatic Colors of #EE934B
Black with #EE934B
Text Example
Text Example
White with #EE934B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE934B; }
p { color: rgb(238,147,75); }
H1.HeaderClassName
{
color: #EE934B;
}
.AnyTagClassName
{
color: #EE934B;
}
</style>
background-color css
<style>
a { background-color: #EE934B; }
a { background-color: rgb(238,147,75); }
div.DivClassName
{
background-color: #EE934B;
}
.BgClassName
{
background-color: #EE934B;
}
</style>
border-color css
<style>
span { border-color: #EE934B; }
span { border-color: rgb(238,147,75); }
td.TdClassName
{
border-color: #EE934B;
}
.TagClassName
{
border-color: #EE934B;
}
</style>