Shades of Starship #E5CF36
Tints of Starship #E5CF36
RGB
CMYK
RGB Variations
Color information
#E5CF36 (or 0xE5CF36) is known color: Starship. HEX triplet: E5, CF and 36. RGB value is (229,207,54). Sum of RGB (Red+Green+Blue) = 229+207+54=490 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.73% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 54 (21.48% from 255 or 11.02% from 490); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CF36 is #1A30C9. Grayscale: #C4C4C4. Windows color (decimal): -1716426 or 3592165. OLE color: 3592165.
HSL color Cylindrical-coordinate representation of color #E5CF36: hue angle of 52.46º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E5CF36 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 207 | 54 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.10 |
| HSL | 52.46º | 0.77% | 0.55% | - |
| HSV(B) | 52.46º | 0.76% | 0.9% | - |
| XYZ | 55.29 | 61.55 | 12.46 | - |
| YUV | 196.14 | 47.79 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 207 | 54 | 0 | 0.10 | 0.76 | 0.10 | 52.46 | 0.77 | 0.55 |
| Hex | E5 | CF | 36 | 0 | A | 4C | A | 34 | 4D | 37 |
| Octal | 345 | 317 | 66 | 0 | 12 | 114 | 12 | 64 | 115 | 67 |
| Binary | 11100101 | 11001111 | 110110 | 0 | 1010 | 1001100 | 1010 | 110100 | 1001101 | 110111 |
Color Harmonies of #E5CF36
Complementary color
Monochromatic Colors of #E5CF36
Black with #E5CF36
Text Example
Text Example
White with #E5CF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CF36; }
p { color: rgb(229,207,54); }
H1.HeaderClassName
{
color: #E5CF36;
}
.AnyTagClassName
{
color: #E5CF36;
}
</style>
background-color css
<style>
a { background-color: #E5CF36; }
a { background-color: rgb(229,207,54); }
div.DivClassName
{
background-color: #E5CF36;
}
.BgClassName
{
background-color: #E5CF36;
}
</style>
border-color css
<style>
span { border-color: #E5CF36; }
span { border-color: rgb(229,207,54); }
td.TdClassName
{
border-color: #E5CF36;
}
.TagClassName
{
border-color: #E5CF36;
}
</style>