Shades of Starship #EAFD3A
Tints of Starship #EAFD3A
RGB
CMYK
RGB Variations
Color information
#EAFD3A (or 0xEAFD3A) is known color: Starship. HEX triplet: EA, FD and 3A. RGB value is (234,253,58). Sum of RGB (Red+Green+Blue) = 234+253+58=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 253 (99.22% from 255 or 46.42% from 545); Blue value is 58 (23.05% from 255 or 10.64% from 545); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFD3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFD3A is #1502C5. Grayscale: #E1E1E1. Windows color (decimal): -1376966 or 3866090. OLE color: 3866090.
HSL color Cylindrical-coordinate representation of color #EAFD3A: hue angle of 65.85º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EAFD3A is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 253 | 58 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.01 |
| HSL | 65.85º | 0.98% | 0.61% | - |
| HSV(B) | 65.85º | 0.77% | 0.99% | - |
| XYZ | 69.82 | 88.05 | 17.32 | - |
| YUV | 225.09 | 33.71 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 253 | 58 | 0.08 | 0 | 0.77 | 0.01 | 65.85 | 0.98 | 0.61 |
| Hex | EA | FD | 3A | 8 | 0 | 4D | 1 | 42 | 62 | 3D |
| Octal | 352 | 375 | 72 | 10 | 0 | 115 | 1 | 102 | 142 | 75 |
| Binary | 11101010 | 11111101 | 111010 | 1000 | 0 | 1001101 | 1 | 1000010 | 1100010 | 111101 |
Color Harmonies of #EAFD3A
Complementary color
Monochromatic Colors of #EAFD3A
Black with #EAFD3A
Text Example
Text Example
White with #EAFD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFD3A; }
p { color: rgb(234,253,58); }
H1.HeaderClassName
{
color: #EAFD3A;
}
.AnyTagClassName
{
color: #EAFD3A;
}
</style>
background-color css
<style>
a { background-color: #EAFD3A; }
a { background-color: rgb(234,253,58); }
div.DivClassName
{
background-color: #EAFD3A;
}
.BgClassName
{
background-color: #EAFD3A;
}
</style>
border-color css
<style>
span { border-color: #EAFD3A; }
span { border-color: rgb(234,253,58); }
td.TdClassName
{
border-color: #EAFD3A;
}
.TagClassName
{
border-color: #EAFD3A;
}
</style>