Shades of Starship #EAF242
Tints of Starship #EAF242
RGB
CMYK
RGB Variations
Color information
#EAF242 (or 0xEAF242) is known color: Starship. HEX triplet: EA, F2 and 42. RGB value is (234,242,66). Sum of RGB (Red+Green+Blue) = 234+242+66=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 66 (26.17% from 255 or 12.18% from 542); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF242 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF242 is #150DBD. Grayscale: #DCDCDC. Windows color (decimal): -1379774 or 4387562. OLE color: 4387562.
HSL color Cylindrical-coordinate representation of color #EAF242: hue angle of 62.73º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EAF242 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 66 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.05 |
| HSL | 62.73º | 0.87% | 0.6% | - |
| HSV(B) | 62.73º | 0.73% | 0.95% | - |
| XYZ | 66.67 | 81.39 | 17.35 | - |
| YUV | 219.54 | 41.35 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 66 | 0.03 | 0 | 0.73 | 0.05 | 62.73 | 0.87 | 0.6 |
| Hex | EA | F2 | 42 | 3 | 0 | 49 | 5 | 3F | 57 | 3C |
| Octal | 352 | 362 | 102 | 3 | 0 | 111 | 5 | 77 | 127 | 74 |
| Binary | 11101010 | 11110010 | 1000010 | 11 | 0 | 1001001 | 101 | 111111 | 1010111 | 111100 |
Color Harmonies of #EAF242
Complementary color
Monochromatic Colors of #EAF242
Black with #EAF242
Text Example
Text Example
White with #EAF242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF242; }
p { color: rgb(234,242,66); }
H1.HeaderClassName
{
color: #EAF242;
}
.AnyTagClassName
{
color: #EAF242;
}
</style>
background-color css
<style>
a { background-color: #EAF242; }
a { background-color: rgb(234,242,66); }
div.DivClassName
{
background-color: #EAF242;
}
.BgClassName
{
background-color: #EAF242;
}
</style>
border-color css
<style>
span { border-color: #EAF242; }
span { border-color: rgb(234,242,66); }
td.TdClassName
{
border-color: #EAF242;
}
.TagClassName
{
border-color: #EAF242;
}
</style>