Shades of Starship #E5CF37
Tints of Starship #E5CF37
RGB
CMYK
RGB Variations
Color information
#E5CF37 (or 0xE5CF37) is known color: Starship. HEX triplet: E5, CF and 37. RGB value is (229,207,55). Sum of RGB (Red+Green+Blue) = 229+207+55=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 55 (21.88% from 255 or 11.20% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CF37 is #1A30C8. Grayscale: #C4C4C4. Windows color (decimal): -1716425 or 3657701. OLE color: 3657701.
HSL color Cylindrical-coordinate representation of color #E5CF37: hue angle of 52.41º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E5CF37 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 207 | 55 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.10 |
| HSL | 52.41º | 0.77% | 0.56% | - |
| HSV(B) | 52.41º | 0.76% | 0.9% | - |
| XYZ | 55.32 | 61.56 | 12.58 | - |
| YUV | 196.25 | 48.29 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 207 | 55 | 0 | 0.10 | 0.76 | 0.10 | 52.41 | 0.77 | 0.56 |
| Hex | E5 | CF | 37 | 0 | A | 4C | A | 34 | 4D | 38 |
| Octal | 345 | 317 | 67 | 0 | 12 | 114 | 12 | 64 | 115 | 70 |
| Binary | 11100101 | 11001111 | 110111 | 0 | 1010 | 1001100 | 1010 | 110100 | 1001101 | 111000 |
Color Harmonies of #E5CF37
Complementary color
Monochromatic Colors of #E5CF37
Black with #E5CF37
Text Example
Text Example
White with #E5CF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CF37; }
p { color: rgb(229,207,55); }
H1.HeaderClassName
{
color: #E5CF37;
}
.AnyTagClassName
{
color: #E5CF37;
}
</style>
background-color css
<style>
a { background-color: #E5CF37; }
a { background-color: rgb(229,207,55); }
div.DivClassName
{
background-color: #E5CF37;
}
.BgClassName
{
background-color: #E5CF37;
}
</style>
border-color css
<style>
span { border-color: #E5CF37; }
span { border-color: rgb(229,207,55); }
td.TdClassName
{
border-color: #E5CF37;
}
.TagClassName
{
border-color: #E5CF37;
}
</style>