Shades of Starship #EEE93D
Tints of Starship #EEE93D
RGB
CMYK
RGB Variations
Color information
#EEE93D (or 0xEEE93D) is known color: Starship. HEX triplet: EE, E9 and 3D. RGB value is (238,233,61). Sum of RGB (Red+Green+Blue) = 238+233+61=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 233 (91.41% from 255 or 43.80% from 532); Blue value is 61 (24.22% from 255 or 11.47% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE93D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEE93D is #1116C2. Grayscale: #D7D7D7. Windows color (decimal): -1119939 or 4057582. OLE color: 4057582.
HSL color Cylindrical-coordinate representation of color #EEE93D: hue angle of 58.31º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EEE93D is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 61 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.07 |
| HSL | 58.31º | 0.84% | 0.59% | - |
| HSV(B) | 58.31º | 0.74% | 0.93% | - |
| XYZ | 65.24 | 76.79 | 15.8 | - |
| YUV | 214.89 | 41.16 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 61 | 0 | 0.02 | 0.74 | 0.07 | 58.31 | 0.84 | 0.59 |
| Hex | EE | E9 | 3D | 0 | 2 | 4A | 7 | 3A | 54 | 3B |
| Octal | 356 | 351 | 75 | 0 | 2 | 112 | 7 | 72 | 124 | 73 |
| Binary | 11101110 | 11101001 | 111101 | 0 | 10 | 1001010 | 111 | 111010 | 1010100 | 111011 |
Color Harmonies of #EEE93D
Complementary color
Monochromatic Colors of #EEE93D
Black with #EEE93D
Text Example
Text Example
White with #EEE93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE93D; }
p { color: rgb(238,233,61); }
H1.HeaderClassName
{
color: #EEE93D;
}
.AnyTagClassName
{
color: #EEE93D;
}
</style>
background-color css
<style>
a { background-color: #EEE93D; }
a { background-color: rgb(238,233,61); }
div.DivClassName
{
background-color: #EEE93D;
}
.BgClassName
{
background-color: #EEE93D;
}
</style>
border-color css
<style>
span { border-color: #EEE93D; }
span { border-color: rgb(238,233,61); }
td.TdClassName
{
border-color: #EEE93D;
}
.TagClassName
{
border-color: #EEE93D;
}
</style>