Shades of Starship #E9DF42
Tints of Starship #E9DF42
RGB
CMYK
RGB Variations
Color information
#E9DF42 (or 0xE9DF42) is known color: Starship. HEX triplet: E9, DF and 42. RGB value is (233,223,66). Sum of RGB (Red+Green+Blue) = 233+223+66=522 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.64% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 66 (26.17% from 255 or 12.64% from 522); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DF42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9DF42 is #1620BD. Grayscale: #D0D0D0. Windows color (decimal): -1450174 or 4382697. OLE color: 4382697.
HSL color Cylindrical-coordinate representation of color #E9DF42: hue angle of 56.41º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E9DF42 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 223 | 66 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.09 |
| HSL | 56.41º | 0.79% | 0.59% | - |
| HSV(B) | 56.41º | 0.72% | 0.91% | - |
| XYZ | 60.98 | 70.49 | 15.55 | - |
| YUV | 208.09 | 47.81 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 223 | 66 | 0 | 0.04 | 0.72 | 0.09 | 56.41 | 0.79 | 0.59 |
| Hex | E9 | DF | 42 | 0 | 4 | 48 | 9 | 38 | 4F | 3B |
| Octal | 351 | 337 | 102 | 0 | 4 | 110 | 11 | 70 | 117 | 73 |
| Binary | 11101001 | 11011111 | 1000010 | 0 | 100 | 1001000 | 1001 | 111000 | 1001111 | 111011 |
Color Harmonies of #E9DF42
Complementary color
Monochromatic Colors of #E9DF42
Black with #E9DF42
Text Example
Text Example
White with #E9DF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DF42; }
p { color: rgb(233,223,66); }
H1.HeaderClassName
{
color: #E9DF42;
}
.AnyTagClassName
{
color: #E9DF42;
}
</style>
background-color css
<style>
a { background-color: #E9DF42; }
a { background-color: rgb(233,223,66); }
div.DivClassName
{
background-color: #E9DF42;
}
.BgClassName
{
background-color: #E9DF42;
}
</style>
border-color css
<style>
span { border-color: #E9DF42; }
span { border-color: rgb(233,223,66); }
td.TdClassName
{
border-color: #E9DF42;
}
.TagClassName
{
border-color: #E9DF42;
}
</style>