Shades of Starship #EEE53D
Tints of Starship #EEE53D
RGB
CMYK
RGB Variations
Color information
#EEE53D (or 0xEEE53D) is known color: Starship. HEX triplet: EE, E5 and 3D. RGB value is (238,229,61). Sum of RGB (Red+Green+Blue) = 238+229+61=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 229 (89.84% from 255 or 43.37% from 528); Blue value is 61 (24.22% from 255 or 11.55% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE53D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE53D is #111AC2. Grayscale: #D5D5D5. Windows color (decimal): -1120963 or 4056558. OLE color: 4056558.
HSL color Cylindrical-coordinate representation of color #EEE53D: hue angle of 56.95º 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 #EEE53D is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 229 | 61 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.07 |
| HSL | 56.95º | 0.84% | 0.59% | - |
| HSV(B) | 56.95º | 0.74% | 0.93% | - |
| XYZ | 64.12 | 74.55 | 15.43 | - |
| YUV | 212.54 | 42.48 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 61 | 0 | 0.04 | 0.74 | 0.07 | 56.95 | 0.84 | 0.59 |
| Hex | EE | E5 | 3D | 0 | 4 | 4A | 7 | 39 | 54 | 3B |
| Octal | 356 | 345 | 75 | 0 | 4 | 112 | 7 | 71 | 124 | 73 |
| Binary | 11101110 | 11100101 | 111101 | 0 | 100 | 1001010 | 111 | 111001 | 1010100 | 111011 |
Color Harmonies of #EEE53D
Complementary color
Monochromatic Colors of #EEE53D
Black with #EEE53D
Text Example
Text Example
White with #EEE53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE53D; }
p { color: rgb(238,229,61); }
H1.HeaderClassName
{
color: #EEE53D;
}
.AnyTagClassName
{
color: #EEE53D;
}
</style>
background-color css
<style>
a { background-color: #EEE53D; }
a { background-color: rgb(238,229,61); }
div.DivClassName
{
background-color: #EEE53D;
}
.BgClassName
{
background-color: #EEE53D;
}
</style>
border-color css
<style>
span { border-color: #EEE53D; }
span { border-color: rgb(238,229,61); }
td.TdClassName
{
border-color: #EEE53D;
}
.TagClassName
{
border-color: #EEE53D;
}
</style>