Shades of Starship #E8DF3C
Tints of Starship #E8DF3C
RGB
CMYK
RGB Variations
Color information
#E8DF3C (or 0xE8DF3C) is known color: Starship. HEX triplet: E8, DF and 3C. RGB value is (232,223,60). Sum of RGB (Red+Green+Blue) = 232+223+60=515 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.05% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 60 (23.83% from 255 or 11.65% from 515); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DF3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DF3C is #1720C3. Grayscale: #CFCFCF. Windows color (decimal): -1515716 or 3989480. OLE color: 3989480.
HSL color Cylindrical-coordinate representation of color #E8DF3C: hue angle of 56.86º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E8DF3C is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 223 | 60 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.09 |
| HSL | 56.86º | 0.79% | 0.57% | - |
| HSV(B) | 56.86º | 0.74% | 0.91% | - |
| XYZ | 60.48 | 70.26 | 14.65 | - |
| YUV | 207.11 | 44.98 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 60 | 0 | 0.04 | 0.74 | 0.09 | 56.86 | 0.79 | 0.57 |
| Hex | E8 | DF | 3C | 0 | 4 | 4A | 9 | 39 | 4F | 39 |
| Octal | 350 | 337 | 74 | 0 | 4 | 112 | 11 | 71 | 117 | 71 |
| Binary | 11101000 | 11011111 | 111100 | 0 | 100 | 1001010 | 1001 | 111001 | 1001111 | 111001 |
Color Harmonies of #E8DF3C
Complementary color
Monochromatic Colors of #E8DF3C
Black with #E8DF3C
Text Example
Text Example
White with #E8DF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DF3C; }
p { color: rgb(232,223,60); }
H1.HeaderClassName
{
color: #E8DF3C;
}
.AnyTagClassName
{
color: #E8DF3C;
}
</style>
background-color css
<style>
a { background-color: #E8DF3C; }
a { background-color: rgb(232,223,60); }
div.DivClassName
{
background-color: #E8DF3C;
}
.BgClassName
{
background-color: #E8DF3C;
}
</style>
border-color css
<style>
span { border-color: #E8DF3C; }
span { border-color: rgb(232,223,60); }
td.TdClassName
{
border-color: #E8DF3C;
}
.TagClassName
{
border-color: #E8DF3C;
}
</style>