Shades of Starship #EAEE3A
Tints of Starship #EAEE3A
RGB
CMYK
RGB Variations
Color information
#EAEE3A (or 0xEAEE3A) is known color: Starship. HEX triplet: EA, EE and 3A. RGB value is (234,238,58). Sum of RGB (Red+Green+Blue) = 234+238+58=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 58 (23.05% from 255 or 10.94% from 530); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEE3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAEE3A is #1511C5. Grayscale: #D9D9D9. Windows color (decimal): -1380806 or 3862250. OLE color: 3862250.
HSL color Cylindrical-coordinate representation of color #EAEE3A: hue angle of 61.33º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EAEE3A is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 238 | 58 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.07 |
| HSL | 61.33º | 0.84% | 0.58% | - |
| HSV(B) | 61.33º | 0.76% | 0.93% | - |
| XYZ | 65.27 | 78.95 | 15.8 | - |
| YUV | 216.28 | 38.67 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 238 | 58 | 0.02 | 0 | 0.76 | 0.07 | 61.33 | 0.84 | 0.58 |
| Hex | EA | EE | 3A | 2 | 0 | 4C | 7 | 3D | 54 | 3A |
| Octal | 352 | 356 | 72 | 2 | 0 | 114 | 7 | 75 | 124 | 72 |
| Binary | 11101010 | 11101110 | 111010 | 10 | 0 | 1001100 | 111 | 111101 | 1010100 | 111010 |
Color Harmonies of #EAEE3A
Complementary color
Monochromatic Colors of #EAEE3A
Black with #EAEE3A
Text Example
Text Example
White with #EAEE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEE3A; }
p { color: rgb(234,238,58); }
H1.HeaderClassName
{
color: #EAEE3A;
}
.AnyTagClassName
{
color: #EAEE3A;
}
</style>
background-color css
<style>
a { background-color: #EAEE3A; }
a { background-color: rgb(234,238,58); }
div.DivClassName
{
background-color: #EAEE3A;
}
.BgClassName
{
background-color: #EAEE3A;
}
</style>
border-color css
<style>
span { border-color: #EAEE3A; }
span { border-color: rgb(234,238,58); }
td.TdClassName
{
border-color: #EAEE3A;
}
.TagClassName
{
border-color: #EAEE3A;
}
</style>