Shades of Starship #EAF141
Tints of Starship #EAF141
RGB
CMYK
RGB Variations
Color information
#EAF141 (or 0xEAF141) is known color: Starship. HEX triplet: EA, F1 and 41. RGB value is (234,241,65). Sum of RGB (Red+Green+Blue) = 234+241+65=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 65 (25.78% from 255 or 12.04% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF141 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF141 is #150EBE. Grayscale: #DBDBDB. Windows color (decimal): -1380031 or 4321770. OLE color: 4321770.
HSL color Cylindrical-coordinate representation of color #EAF141: hue angle of 62.39º degrees, saturation: 0.86, 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 #EAF141 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 241 | 65 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.05 |
| HSL | 62.39º | 0.86% | 0.6% | - |
| HSV(B) | 62.39º | 0.73% | 0.95% | - |
| XYZ | 66.34 | 80.78 | 17.1 | - |
| YUV | 218.84 | 41.18 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 241 | 65 | 0.03 | 0 | 0.73 | 0.05 | 62.39 | 0.86 | 0.6 |
| Hex | EA | F1 | 41 | 3 | 0 | 49 | 5 | 3E | 56 | 3C |
| Octal | 352 | 361 | 101 | 3 | 0 | 111 | 5 | 76 | 126 | 74 |
| Binary | 11101010 | 11110001 | 1000001 | 11 | 0 | 1001001 | 101 | 111110 | 1010110 | 111100 |
Color Harmonies of #EAF141
Complementary color
Monochromatic Colors of #EAF141
Black with #EAF141
Text Example
Text Example
White with #EAF141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF141; }
p { color: rgb(234,241,65); }
H1.HeaderClassName
{
color: #EAF141;
}
.AnyTagClassName
{
color: #EAF141;
}
</style>
background-color css
<style>
a { background-color: #EAF141; }
a { background-color: rgb(234,241,65); }
div.DivClassName
{
background-color: #EAF141;
}
.BgClassName
{
background-color: #EAF141;
}
</style>
border-color css
<style>
span { border-color: #EAF141; }
span { border-color: rgb(234,241,65); }
td.TdClassName
{
border-color: #EAF141;
}
.TagClassName
{
border-color: #EAF141;
}
</style>