Shades of Sea Buckthorn #EA9C4B
Tints of Sea Buckthorn #EA9C4B
RGB
CMYK
RGB Variations
Color information
#EA9C4B (or 0xEA9C4B) is known color: Sea Buckthorn. HEX triplet: EA, 9C and 4B. RGB value is (234,156,75). Sum of RGB (Red+Green+Blue) = 234+156+75=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 75 (29.69% from 255 or 16.13% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9C4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9C4B is #1563B4. Grayscale: #AAAAAA. Windows color (decimal): -1401781 or 4955370. OLE color: 4955370.
HSL color Cylindrical-coordinate representation of color #EA9C4B: hue angle of 30.57º 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 #EA9C4B is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 156 | 75 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.08 |
| HSL | 30.57º | 0.79% | 0.61% | - |
| HSV(B) | 30.57º | 0.68% | 0.92% | - |
| XYZ | 47.09 | 41.78 | 12.24 | - |
| YUV | 170.09 | 74.34 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 156 | 75 | 0 | 0.33 | 0.68 | 0.08 | 30.57 | 0.79 | 0.61 |
| Hex | EA | 9C | 4B | 0 | 21 | 44 | 8 | 1F | 4F | 3D |
| Octal | 352 | 234 | 113 | 0 | 41 | 104 | 10 | 37 | 117 | 75 |
| Binary | 11101010 | 10011100 | 1001011 | 0 | 100001 | 1000100 | 1000 | 11111 | 1001111 | 111101 |
Color Harmonies of #EA9C4B
Complementary color
Monochromatic Colors of #EA9C4B
Black with #EA9C4B
Text Example
Text Example
White with #EA9C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9C4B; }
p { color: rgb(234,156,75); }
H1.HeaderClassName
{
color: #EA9C4B;
}
.AnyTagClassName
{
color: #EA9C4B;
}
</style>
background-color css
<style>
a { background-color: #EA9C4B; }
a { background-color: rgb(234,156,75); }
div.DivClassName
{
background-color: #EA9C4B;
}
.BgClassName
{
background-color: #EA9C4B;
}
</style>
border-color css
<style>
span { border-color: #EA9C4B; }
span { border-color: rgb(234,156,75); }
td.TdClassName
{
border-color: #EA9C4B;
}
.TagClassName
{
border-color: #EA9C4B;
}
</style>