Shades of Sea Buckthorn #EA994D
Tints of Sea Buckthorn #EA994D
RGB
CMYK
RGB Variations
Color information
#EA994D (or 0xEA994D) is known color: Sea Buckthorn. HEX triplet: EA, 99 and 4D. RGB value is (234,153,77). Sum of RGB (Red+Green+Blue) = 234+153+77=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 77 (30.47% from 255 or 16.59% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EA994D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA994D is #1566B2. Grayscale: #A8A8A8. Windows color (decimal): -1402547 or 5085674. OLE color: 5085674.
HSL color Cylindrical-coordinate representation of color #EA994D: hue angle of 29.04º 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 #EA994D is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 153 | 77 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.08 |
| HSL | 29.04º | 0.79% | 0.61% | - |
| HSV(B) | 29.04º | 0.67% | 0.92% | - |
| XYZ | 46.66 | 40.81 | 12.44 | - |
| YUV | 168.56 | 76.34 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 153 | 77 | 0 | 0.35 | 0.67 | 0.08 | 29.04 | 0.79 | 0.61 |
| Hex | EA | 99 | 4D | 0 | 23 | 43 | 8 | 1D | 4F | 3D |
| Octal | 352 | 231 | 115 | 0 | 43 | 103 | 10 | 35 | 117 | 75 |
| Binary | 11101010 | 10011001 | 1001101 | 0 | 100011 | 1000011 | 1000 | 11101 | 1001111 | 111101 |
Color Harmonies of #EA994D
Complementary color
Monochromatic Colors of #EA994D
Black with #EA994D
Text Example
Text Example
White with #EA994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA994D; }
p { color: rgb(234,153,77); }
H1.HeaderClassName
{
color: #EA994D;
}
.AnyTagClassName
{
color: #EA994D;
}
</style>
background-color css
<style>
a { background-color: #EA994D; }
a { background-color: rgb(234,153,77); }
div.DivClassName
{
background-color: #EA994D;
}
.BgClassName
{
background-color: #EA994D;
}
</style>
border-color css
<style>
span { border-color: #EA994D; }
span { border-color: rgb(234,153,77); }
td.TdClassName
{
border-color: #EA994D;
}
.TagClassName
{
border-color: #EA994D;
}
</style>