Shades of Starship #E2CF31
Tints of Starship #E2CF31
RGB
CMYK
RGB Variations
Color information
#E2CF31 (or 0xE2CF31) is known color: Starship. HEX triplet: E2, CF and 31. RGB value is (226,207,49). Sum of RGB (Red+Green+Blue) = 226+207+49=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 49 (19.53% from 255 or 10.17% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CF31 is #1D30CE. Grayscale: #C3C3C3. Windows color (decimal): -1913039 or 3264482. OLE color: 3264482.
HSL color Cylindrical-coordinate representation of color #E2CF31: hue angle of 53.56º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E2CF31 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 207 | 49 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.11 |
| HSL | 53.56º | 0.75% | 0.54% | - |
| HSV(B) | 53.56º | 0.78% | 0.89% | - |
| XYZ | 54.23 | 61.02 | 11.82 | - |
| YUV | 194.67 | 45.79 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 207 | 49 | 0 | 0.08 | 0.78 | 0.11 | 53.56 | 0.75 | 0.54 |
| Hex | E2 | CF | 31 | 0 | 8 | 4E | B | 36 | 4B | 36 |
| Octal | 342 | 317 | 61 | 0 | 10 | 116 | 13 | 66 | 113 | 66 |
| Binary | 11100010 | 11001111 | 110001 | 0 | 1000 | 1001110 | 1011 | 110110 | 1001011 | 110110 |
Color Harmonies of #E2CF31
Complementary color
Monochromatic Colors of #E2CF31
Black with #E2CF31
Text Example
Text Example
White with #E2CF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CF31; }
p { color: rgb(226,207,49); }
H1.HeaderClassName
{
color: #E2CF31;
}
.AnyTagClassName
{
color: #E2CF31;
}
</style>
background-color css
<style>
a { background-color: #E2CF31; }
a { background-color: rgb(226,207,49); }
div.DivClassName
{
background-color: #E2CF31;
}
.BgClassName
{
background-color: #E2CF31;
}
</style>
border-color css
<style>
span { border-color: #E2CF31; }
span { border-color: rgb(226,207,49); }
td.TdClassName
{
border-color: #E2CF31;
}
.TagClassName
{
border-color: #E2CF31;
}
</style>