Shades of Sea Buckthorn #EA8F4B
Tints of Sea Buckthorn #EA8F4B
RGB
CMYK
RGB Variations
Color information
#EA8F4B (or 0xEA8F4B) is known color: Sea Buckthorn. HEX triplet: EA, 8F and 4B. RGB value is (234,143,75). Sum of RGB (Red+Green+Blue) = 234+143+75=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 75 (29.69% from 255 or 16.59% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8F4B is #1570B4. Grayscale: #A2A2A2. Windows color (decimal): -1405109 or 4952042. OLE color: 4952042.
HSL color Cylindrical-coordinate representation of color #EA8F4B: hue angle of 25.66º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA8F4B is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 75 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.08 |
| HSL | 25.66º | 0.79% | 0.61% | - |
| HSV(B) | 25.66º | 0.68% | 0.92% | - |
| XYZ | 45.02 | 37.65 | 11.55 | - |
| YUV | 162.46 | 78.65 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 75 | 0 | 0.39 | 0.68 | 0.08 | 25.66 | 0.79 | 0.61 |
| Hex | EA | 8F | 4B | 0 | 27 | 44 | 8 | 1A | 4F | 3D |
| Octal | 352 | 217 | 113 | 0 | 47 | 104 | 10 | 32 | 117 | 75 |
| Binary | 11101010 | 10001111 | 1001011 | 0 | 100111 | 1000100 | 1000 | 11010 | 1001111 | 111101 |
Color Harmonies of #EA8F4B
Complementary color
Monochromatic Colors of #EA8F4B
Black with #EA8F4B
Text Example
Text Example
White with #EA8F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8F4B; }
p { color: rgb(234,143,75); }
H1.HeaderClassName
{
color: #EA8F4B;
}
.AnyTagClassName
{
color: #EA8F4B;
}
</style>
background-color css
<style>
a { background-color: #EA8F4B; }
a { background-color: rgb(234,143,75); }
div.DivClassName
{
background-color: #EA8F4B;
}
.BgClassName
{
background-color: #EA8F4B;
}
</style>
border-color css
<style>
span { border-color: #EA8F4B; }
span { border-color: rgb(234,143,75); }
td.TdClassName
{
border-color: #EA8F4B;
}
.TagClassName
{
border-color: #EA8F4B;
}
</style>