Shades of Starship #E1CF2F
Tints of Starship #E1CF2F
RGB
CMYK
RGB Variations
Color information
#E1CF2F (or 0xE1CF2F) is known color: Starship. HEX triplet: E1, CF and 2F. RGB value is (225,207,47). Sum of RGB (Red+Green+Blue) = 225+207+47=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 47 (18.75% from 255 or 9.81% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CF2F is #1E30D0. Grayscale: #C2C2C2. Windows color (decimal): -1978577 or 3133409. OLE color: 3133409.
HSL color Cylindrical-coordinate representation of color #E1CF2F: hue angle of 53.93º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E1CF2F is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 207 | 47 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.12 |
| HSL | 53.93º | 0.75% | 0.53% | - |
| HSV(B) | 53.93º | 0.79% | 0.88% | - |
| XYZ | 53.88 | 60.84 | 11.59 | - |
| YUV | 194.14 | 44.96 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 207 | 47 | 0 | 0.08 | 0.79 | 0.12 | 53.93 | 0.75 | 0.53 |
| Hex | E1 | CF | 2F | 0 | 8 | 4F | C | 36 | 4B | 35 |
| Octal | 341 | 317 | 57 | 0 | 10 | 117 | 14 | 66 | 113 | 65 |
| Binary | 11100001 | 11001111 | 101111 | 0 | 1000 | 1001111 | 1100 | 110110 | 1001011 | 110101 |
Color Harmonies of #E1CF2F
Complementary color
Monochromatic Colors of #E1CF2F
Black with #E1CF2F
Text Example
Text Example
White with #E1CF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CF2F; }
p { color: rgb(225,207,47); }
H1.HeaderClassName
{
color: #E1CF2F;
}
.AnyTagClassName
{
color: #E1CF2F;
}
</style>
background-color css
<style>
a { background-color: #E1CF2F; }
a { background-color: rgb(225,207,47); }
div.DivClassName
{
background-color: #E1CF2F;
}
.BgClassName
{
background-color: #E1CF2F;
}
</style>
border-color css
<style>
span { border-color: #E1CF2F; }
span { border-color: rgb(225,207,47); }
td.TdClassName
{
border-color: #E1CF2F;
}
.TagClassName
{
border-color: #E1CF2F;
}
</style>