Shades of Starship #EEEE3E
Tints of Starship #EEEE3E
RGB
CMYK
RGB Variations
Color information
#EEEE3E (or 0xEEEE3E) is known color: Starship. HEX triplet: EE, EE and 3E. RGB value is (238,238,62). Sum of RGB (Red+Green+Blue) = 238+238+62=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 238 (93.36% from 255 or 44.24% from 538); Blue value is 62 (24.61% from 255 or 11.52% from 538); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEE3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEEE3E is #1111C1. Grayscale: #DADADA. Windows color (decimal): -1118658 or 4124398. OLE color: 4124398.
HSL color Cylindrical-coordinate representation of color #EEEE3E: hue angle of 60º 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 #EEEE3E is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 238 | 62 | - |
| CMYK | 0 | 0 | 0.74 | 0.07 |
| HSL | 60º | 0.84% | 0.59% | - |
| HSV(B) | 60º | 0.74% | 0.93% | - |
| XYZ | 66.7 | 79.67 | 16.42 | - |
| YUV | 217.94 | 40 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 238 | 62 | 0 | 0 | 0.74 | 0.07 | 60 | 0.84 | 0.59 |
| Hex | EE | EE | 3E | 0 | 0 | 4A | 7 | 3C | 54 | 3B |
| Octal | 356 | 356 | 76 | 0 | 0 | 112 | 7 | 74 | 124 | 73 |
| Binary | 11101110 | 11101110 | 111110 | 0 | 0 | 1001010 | 111 | 111100 | 1010100 | 111011 |
Color Harmonies of #EEEE3E
Complementary color
Monochromatic Colors of #EEEE3E
Black with #EEEE3E
Text Example
Text Example
White with #EEEE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEE3E; }
p { color: rgb(238,238,62); }
H1.HeaderClassName
{
color: #EEEE3E;
}
.AnyTagClassName
{
color: #EEEE3E;
}
</style>
background-color css
<style>
a { background-color: #EEEE3E; }
a { background-color: rgb(238,238,62); }
div.DivClassName
{
background-color: #EEEE3E;
}
.BgClassName
{
background-color: #EEEE3E;
}
</style>
border-color css
<style>
span { border-color: #EEEE3E; }
span { border-color: rgb(238,238,62); }
td.TdClassName
{
border-color: #EEEE3E;
}
.TagClassName
{
border-color: #EEEE3E;
}
</style>