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