Shades of Sea Buckthorn #EF924B
Tints of Sea Buckthorn #EF924B
RGB
CMYK
RGB Variations
Color information
#EF924B (or 0xEF924B) is known color: Sea Buckthorn. HEX triplet: EF, 92 and 4B. RGB value is (239,146,75). Sum of RGB (Red+Green+Blue) = 239+146+75=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF924B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF924B is #106DB4. Grayscale: #A6A6A6. Windows color (decimal): -1076661 or 4952815. OLE color: 4952815.
HSL color Cylindrical-coordinate representation of color #EF924B: hue angle of 25.98º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF924B is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 75 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.06 |
| HSL | 25.98º | 0.84% | 0.62% | - |
| HSV(B) | 25.98º | 0.69% | 0.94% | - |
| XYZ | 47.15 | 39.42 | 11.78 | - |
| YUV | 165.71 | 76.81 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 75 | 0 | 0.39 | 0.69 | 0.06 | 25.98 | 0.84 | 0.62 |
| Hex | EF | 92 | 4B | 0 | 27 | 45 | 6 | 1A | 54 | 3E |
| Octal | 357 | 222 | 113 | 0 | 47 | 105 | 6 | 32 | 124 | 76 |
| Binary | 11101111 | 10010010 | 1001011 | 0 | 100111 | 1000101 | 110 | 11010 | 1010100 | 111110 |
Color Harmonies of #EF924B
Complementary color
Monochromatic Colors of #EF924B
Black with #EF924B
Text Example
Text Example
White with #EF924B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF924B; }
p { color: rgb(239,146,75); }
H1.HeaderClassName
{
color: #EF924B;
}
.AnyTagClassName
{
color: #EF924B;
}
</style>
background-color css
<style>
a { background-color: #EF924B; }
a { background-color: rgb(239,146,75); }
div.DivClassName
{
background-color: #EF924B;
}
.BgClassName
{
background-color: #EF924B;
}
</style>
border-color css
<style>
span { border-color: #EF924B; }
span { border-color: rgb(239,146,75); }
td.TdClassName
{
border-color: #EF924B;
}
.TagClassName
{
border-color: #EF924B;
}
</style>