Shades of Sea Buckthorn #EA934B
Tints of Sea Buckthorn #EA934B
RGB
CMYK
RGB Variations
Color information
#EA934B (or 0xEA934B) is known color: Sea Buckthorn. HEX triplet: EA, 93 and 4B. RGB value is (234,147,75). Sum of RGB (Red+Green+Blue) = 234+147+75=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 75 (29.69% from 255 or 16.45% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA934B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA934B is #156CB4. Grayscale: #A5A5A5. Windows color (decimal): -1404085 or 4953066. OLE color: 4953066.
HSL color Cylindrical-coordinate representation of color #EA934B: hue angle of 27.17º 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 #EA934B is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 147 | 75 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.08 |
| HSL | 27.17º | 0.79% | 0.61% | - |
| HSV(B) | 27.17º | 0.68% | 0.92% | - |
| XYZ | 45.64 | 38.87 | 11.75 | - |
| YUV | 164.81 | 77.32 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 147 | 75 | 0 | 0.37 | 0.68 | 0.08 | 27.17 | 0.79 | 0.61 |
| Hex | EA | 93 | 4B | 0 | 25 | 44 | 8 | 1B | 4F | 3D |
| Octal | 352 | 223 | 113 | 0 | 45 | 104 | 10 | 33 | 117 | 75 |
| Binary | 11101010 | 10010011 | 1001011 | 0 | 100101 | 1000100 | 1000 | 11011 | 1001111 | 111101 |
Color Harmonies of #EA934B
Complementary color
Monochromatic Colors of #EA934B
Black with #EA934B
Text Example
Text Example
White with #EA934B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA934B; }
p { color: rgb(234,147,75); }
H1.HeaderClassName
{
color: #EA934B;
}
.AnyTagClassName
{
color: #EA934B;
}
</style>
background-color css
<style>
a { background-color: #EA934B; }
a { background-color: rgb(234,147,75); }
div.DivClassName
{
background-color: #EA934B;
}
.BgClassName
{
background-color: #EA934B;
}
</style>
border-color css
<style>
span { border-color: #EA934B; }
span { border-color: rgb(234,147,75); }
td.TdClassName
{
border-color: #EA934B;
}
.TagClassName
{
border-color: #EA934B;
}
</style>