Shades of Starship #E3CF32
Tints of Starship #E3CF32
RGB
CMYK
RGB Variations
Color information
#E3CF32 (or 0xE3CF32) is known color: Starship. HEX triplet: E3, CF and 32. RGB value is (227,207,50). Sum of RGB (Red+Green+Blue) = 227+207+50=484 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.90% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 50 (19.92% from 255 or 10.33% from 484); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3CF32 is #1C30CD. Grayscale: #C3C3C3. Windows color (decimal): -1847502 or 3330019. OLE color: 3330019.
HSL color Cylindrical-coordinate representation of color #E3CF32: hue angle of 53.22º degrees, saturation: 0.76, 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 #E3CF32 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 207 | 50 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.11 |
| HSL | 53.22º | 0.76% | 0.54% | - |
| HSV(B) | 53.22º | 0.78% | 0.89% | - |
| XYZ | 54.57 | 61.19 | 11.95 | - |
| YUV | 195.08 | 46.13 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 207 | 50 | 0 | 0.09 | 0.78 | 0.11 | 53.22 | 0.76 | 0.54 |
| Hex | E3 | CF | 32 | 0 | 9 | 4E | B | 35 | 4C | 36 |
| Octal | 343 | 317 | 62 | 0 | 11 | 116 | 13 | 65 | 114 | 66 |
| Binary | 11100011 | 11001111 | 110010 | 0 | 1001 | 1001110 | 1011 | 110101 | 1001100 | 110110 |
Color Harmonies of #E3CF32
Complementary color
Monochromatic Colors of #E3CF32
Black with #E3CF32
Text Example
Text Example
White with #E3CF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CF32; }
p { color: rgb(227,207,50); }
H1.HeaderClassName
{
color: #E3CF32;
}
.AnyTagClassName
{
color: #E3CF32;
}
</style>
background-color css
<style>
a { background-color: #E3CF32; }
a { background-color: rgb(227,207,50); }
div.DivClassName
{
background-color: #E3CF32;
}
.BgClassName
{
background-color: #E3CF32;
}
</style>
border-color css
<style>
span { border-color: #E3CF32; }
span { border-color: rgb(227,207,50); }
td.TdClassName
{
border-color: #E3CF32;
}
.TagClassName
{
border-color: #E3CF32;
}
</style>