Shades of Sea Buckthorn #E6944B
Tints of Sea Buckthorn #E6944B
RGB
CMYK
RGB Variations
Color information
#E6944B (or 0xE6944B) is known color: Sea Buckthorn. HEX triplet: E6, 94 and 4B. RGB value is (230,148,75). Sum of RGB (Red+Green+Blue) = 230+148+75=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 75 (29.69% from 255 or 16.56% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E6944B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6944B is #196BB4. Grayscale: #A4A4A4. Windows color (decimal): -1665973 or 4953318. OLE color: 4953318.
HSL color Cylindrical-coordinate representation of color #E6944B: hue angle of 28.26º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6944B is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 148 | 75 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.10 |
| HSL | 28.26º | 0.76% | 0.6% | - |
| HSV(B) | 28.26º | 0.67% | 0.9% | - |
| XYZ | 44.49 | 38.51 | 11.74 | - |
| YUV | 164.2 | 77.67 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 148 | 75 | 0 | 0.36 | 0.67 | 0.10 | 28.26 | 0.76 | 0.6 |
| Hex | E6 | 94 | 4B | 0 | 24 | 43 | A | 1C | 4C | 3C |
| Octal | 346 | 224 | 113 | 0 | 44 | 103 | 12 | 34 | 114 | 74 |
| Binary | 11100110 | 10010100 | 1001011 | 0 | 100100 | 1000011 | 1010 | 11100 | 1001100 | 111100 |
Color Harmonies of #E6944B
Complementary color
Monochromatic Colors of #E6944B
Black with #E6944B
Text Example
Text Example
White with #E6944B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6944B; }
p { color: rgb(230,148,75); }
H1.HeaderClassName
{
color: #E6944B;
}
.AnyTagClassName
{
color: #E6944B;
}
</style>
background-color css
<style>
a { background-color: #E6944B; }
a { background-color: rgb(230,148,75); }
div.DivClassName
{
background-color: #E6944B;
}
.BgClassName
{
background-color: #E6944B;
}
</style>
border-color css
<style>
span { border-color: #E6944B; }
span { border-color: rgb(230,148,75); }
td.TdClassName
{
border-color: #E6944B;
}
.TagClassName
{
border-color: #E6944B;
}
</style>