Shades of Starship #EEF53D
Tints of Starship #EEF53D
RGB
CMYK
RGB Variations
Color information
#EEF53D (or 0xEEF53D) is known color: Starship. HEX triplet: EE, F5 and 3D. RGB value is (238,245,61). Sum of RGB (Red+Green+Blue) = 238+245+61=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 245 (96.09% from 255 or 45.04% from 544); Blue value is 61 (24.22% from 255 or 11.21% from 544); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF53D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF53D is #110AC2. Grayscale: #DEDEDE. Windows color (decimal): -1116867 or 4060654. OLE color: 4060654.
HSL color Cylindrical-coordinate representation of color #EEF53D: hue angle of 62.28º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EEF53D is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 61 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.04 |
| HSL | 62.28º | 0.9% | 0.6% | - |
| HSV(B) | 62.28º | 0.75% | 0.96% | - |
| XYZ | 68.75 | 83.82 | 16.97 | - |
| YUV | 221.93 | 37.18 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 61 | 0.03 | 0 | 0.75 | 0.04 | 62.28 | 0.9 | 0.6 |
| Hex | EE | F5 | 3D | 3 | 0 | 4B | 4 | 3E | 5A | 3C |
| Octal | 356 | 365 | 75 | 3 | 0 | 113 | 4 | 76 | 132 | 74 |
| Binary | 11101110 | 11110101 | 111101 | 11 | 0 | 1001011 | 100 | 111110 | 1011010 | 111100 |
Color Harmonies of #EEF53D
Complementary color
Monochromatic Colors of #EEF53D
Black with #EEF53D
Text Example
Text Example
White with #EEF53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF53D; }
p { color: rgb(238,245,61); }
H1.HeaderClassName
{
color: #EEF53D;
}
.AnyTagClassName
{
color: #EEF53D;
}
</style>
background-color css
<style>
a { background-color: #EEF53D; }
a { background-color: rgb(238,245,61); }
div.DivClassName
{
background-color: #EEF53D;
}
.BgClassName
{
background-color: #EEF53D;
}
</style>
border-color css
<style>
span { border-color: #EEF53D; }
span { border-color: rgb(238,245,61); }
td.TdClassName
{
border-color: #EEF53D;
}
.TagClassName
{
border-color: #EEF53D;
}
</style>