Shades of Sea Buckthorn #EA904D
Tints of Sea Buckthorn #EA904D
RGB
CMYK
RGB Variations
Color information
#EA904D (or 0xEA904D) is known color: Sea Buckthorn. HEX triplet: EA, 90 and 4D. RGB value is (234,144,77). Sum of RGB (Red+Green+Blue) = 234+144+77=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 77 (30.47% from 255 or 16.92% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EA904D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA904D is #156FB2. Grayscale: #A3A3A3. Windows color (decimal): -1404851 or 5083370. OLE color: 5083370.
HSL color Cylindrical-coordinate representation of color #EA904D: hue angle of 25.61º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA904D is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 144 | 77 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.08 |
| HSL | 25.61º | 0.79% | 0.61% | - |
| HSV(B) | 25.61º | 0.67% | 0.92% | - |
| XYZ | 45.24 | 37.97 | 11.97 | - |
| YUV | 163.27 | 79.32 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 144 | 77 | 0 | 0.38 | 0.67 | 0.08 | 25.61 | 0.79 | 0.61 |
| Hex | EA | 90 | 4D | 0 | 26 | 43 | 8 | 1A | 4F | 3D |
| Octal | 352 | 220 | 115 | 0 | 46 | 103 | 10 | 32 | 117 | 75 |
| Binary | 11101010 | 10010000 | 1001101 | 0 | 100110 | 1000011 | 1000 | 11010 | 1001111 | 111101 |
Color Harmonies of #EA904D
Complementary color
Monochromatic Colors of #EA904D
Black with #EA904D
Text Example
Text Example
White with #EA904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA904D; }
p { color: rgb(234,144,77); }
H1.HeaderClassName
{
color: #EA904D;
}
.AnyTagClassName
{
color: #EA904D;
}
</style>
background-color css
<style>
a { background-color: #EA904D; }
a { background-color: rgb(234,144,77); }
div.DivClassName
{
background-color: #EA904D;
}
.BgClassName
{
background-color: #EA904D;
}
</style>
border-color css
<style>
span { border-color: #EA904D; }
span { border-color: rgb(234,144,77); }
td.TdClassName
{
border-color: #EA904D;
}
.TagClassName
{
border-color: #EA904D;
}
</style>