Shades of Starship #EAF440
Tints of Starship #EAF440
RGB
CMYK
RGB Variations
Color information
#EAF440 (or 0xEAF440) is known color: Starship. HEX triplet: EA, F4 and 40. RGB value is (234,244,64). Sum of RGB (Red+Green+Blue) = 234+244+64=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 244 (95.70% from 255 or 45.02% from 542); Blue value is 64 (25.39% from 255 or 11.81% from 542); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF440 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF440 is #150BBF. Grayscale: #DDDDDD. Windows color (decimal): -1379264 or 4257002. OLE color: 4257002.
HSL color Cylindrical-coordinate representation of color #EAF440: hue angle of 63.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EAF440 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 244 | 64 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.04 |
| HSL | 63.33º | 0.89% | 0.6% | - |
| HSV(B) | 63.33º | 0.74% | 0.96% | - |
| XYZ | 67.21 | 82.56 | 17.24 | - |
| YUV | 220.49 | 39.69 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 244 | 64 | 0.04 | 0 | 0.74 | 0.04 | 63.33 | 0.89 | 0.6 |
| Hex | EA | F4 | 40 | 4 | 0 | 4A | 4 | 3F | 59 | 3C |
| Octal | 352 | 364 | 100 | 4 | 0 | 112 | 4 | 77 | 131 | 74 |
| Binary | 11101010 | 11110100 | 1000000 | 100 | 0 | 1001010 | 100 | 111111 | 1011001 | 111100 |
Color Harmonies of #EAF440
Complementary color
Monochromatic Colors of #EAF440
Black with #EAF440
Text Example
Text Example
White with #EAF440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF440; }
p { color: rgb(234,244,64); }
H1.HeaderClassName
{
color: #EAF440;
}
.AnyTagClassName
{
color: #EAF440;
}
</style>
background-color css
<style>
a { background-color: #EAF440; }
a { background-color: rgb(234,244,64); }
div.DivClassName
{
background-color: #EAF440;
}
.BgClassName
{
background-color: #EAF440;
}
</style>
border-color css
<style>
span { border-color: #EAF440; }
span { border-color: rgb(234,244,64); }
td.TdClassName
{
border-color: #EAF440;
}
.TagClassName
{
border-color: #EAF440;
}
</style>