Shades of Sea Buckthorn #EA9D4D
Tints of Sea Buckthorn #EA9D4D
RGB
CMYK
RGB Variations
Color information
#EA9D4D (or 0xEA9D4D) is known color: Sea Buckthorn. HEX triplet: EA, 9D and 4D. RGB value is (234,157,77). Sum of RGB (Red+Green+Blue) = 234+157+77=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 157 (61.72% from 255 or 33.55% from 468); Blue value is 77 (30.47% from 255 or 16.45% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9D4D is #1562B2. Grayscale: #ABABAB. Windows color (decimal): -1401523 or 5086698. OLE color: 5086698.
HSL color Cylindrical-coordinate representation of color #EA9D4D: 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.67%. Process color model (Four color, CMYK) of #EA9D4D is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 157 | 77 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.08 |
| HSL | 30.57º | 0.79% | 0.61% | - |
| HSV(B) | 30.57º | 0.67% | 0.92% | - |
| XYZ | 47.33 | 42.14 | 12.66 | - |
| YUV | 170.9 | 75.01 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 157 | 77 | 0 | 0.33 | 0.67 | 0.08 | 30.57 | 0.79 | 0.61 |
| Hex | EA | 9D | 4D | 0 | 21 | 43 | 8 | 1F | 4F | 3D |
| Octal | 352 | 235 | 115 | 0 | 41 | 103 | 10 | 37 | 117 | 75 |
| Binary | 11101010 | 10011101 | 1001101 | 0 | 100001 | 1000011 | 1000 | 11111 | 1001111 | 111101 |
Color Harmonies of #EA9D4D
Complementary color
Monochromatic Colors of #EA9D4D
Black with #EA9D4D
Text Example
Text Example
White with #EA9D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9D4D; }
p { color: rgb(234,157,77); }
H1.HeaderClassName
{
color: #EA9D4D;
}
.AnyTagClassName
{
color: #EA9D4D;
}
</style>
background-color css
<style>
a { background-color: #EA9D4D; }
a { background-color: rgb(234,157,77); }
div.DivClassName
{
background-color: #EA9D4D;
}
.BgClassName
{
background-color: #EA9D4D;
}
</style>
border-color css
<style>
span { border-color: #EA9D4D; }
span { border-color: rgb(234,157,77); }
td.TdClassName
{
border-color: #EA9D4D;
}
.TagClassName
{
border-color: #EA9D4D;
}
</style>