Shades of Starship #EAF341
Tints of Starship #EAF341
RGB
CMYK
RGB Variations
Color information
#EAF341 (or 0xEAF341) is known color: Starship. HEX triplet: EA, F3 and 41. RGB value is (234,243,65). Sum of RGB (Red+Green+Blue) = 234+243+65=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 243 (95.31% from 255 or 44.83% from 542); Blue value is 65 (25.78% from 255 or 11.99% from 542); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF341 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF341 is #150CBE. Grayscale: #DCDCDC. Windows color (decimal): -1379519 or 4322282. OLE color: 4322282.
HSL color Cylindrical-coordinate representation of color #EAF341: hue angle of 63.03º degrees, saturation: 0.88, 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 #EAF341 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 243 | 65 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.05 |
| HSL | 63.03º | 0.88% | 0.6% | - |
| HSV(B) | 63.03º | 0.73% | 0.95% | - |
| XYZ | 66.94 | 81.98 | 17.3 | - |
| YUV | 220.02 | 40.52 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 243 | 65 | 0.04 | 0 | 0.73 | 0.05 | 63.03 | 0.88 | 0.6 |
| Hex | EA | F3 | 41 | 4 | 0 | 49 | 5 | 3F | 58 | 3C |
| Octal | 352 | 363 | 101 | 4 | 0 | 111 | 5 | 77 | 130 | 74 |
| Binary | 11101010 | 11110011 | 1000001 | 100 | 0 | 1001001 | 101 | 111111 | 1011000 | 111100 |
Color Harmonies of #EAF341
Complementary color
Monochromatic Colors of #EAF341
Black with #EAF341
Text Example
Text Example
White with #EAF341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF341; }
p { color: rgb(234,243,65); }
H1.HeaderClassName
{
color: #EAF341;
}
.AnyTagClassName
{
color: #EAF341;
}
</style>
background-color css
<style>
a { background-color: #EAF341; }
a { background-color: rgb(234,243,65); }
div.DivClassName
{
background-color: #EAF341;
}
.BgClassName
{
background-color: #EAF341;
}
</style>
border-color css
<style>
span { border-color: #EAF341; }
span { border-color: rgb(234,243,65); }
td.TdClassName
{
border-color: #EAF341;
}
.TagClassName
{
border-color: #EAF341;
}
</style>