Shades of Starship #EAF442
Tints of Starship #EAF442
RGB
CMYK
RGB Variations
Color information
#EAF442 (or 0xEAF442) is known color: Starship. HEX triplet: EA, F4 and 42. RGB value is (234,244,66). Sum of RGB (Red+Green+Blue) = 234+244+66=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 244 (95.70% from 255 or 44.85% from 544); Blue value is 66 (26.17% from 255 or 12.13% from 544); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF442 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF442 is #150BBD. Grayscale: #DDDDDD. Windows color (decimal): -1379262 or 4388074. OLE color: 4388074.
HSL color Cylindrical-coordinate representation of color #EAF442: hue angle of 63.37º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EAF442 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 244 | 66 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.04 |
| HSL | 63.37º | 0.89% | 0.61% | - |
| HSV(B) | 63.37º | 0.73% | 0.96% | - |
| XYZ | 67.27 | 82.59 | 17.55 | - |
| YUV | 220.72 | 40.69 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 244 | 66 | 0.04 | 0 | 0.73 | 0.04 | 63.37 | 0.89 | 0.61 |
| Hex | EA | F4 | 42 | 4 | 0 | 49 | 4 | 3F | 59 | 3D |
| Octal | 352 | 364 | 102 | 4 | 0 | 111 | 4 | 77 | 131 | 75 |
| Binary | 11101010 | 11110100 | 1000010 | 100 | 0 | 1001001 | 100 | 111111 | 1011001 | 111101 |
Color Harmonies of #EAF442
Complementary color
Monochromatic Colors of #EAF442
Black with #EAF442
Text Example
Text Example
White with #EAF442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF442; }
p { color: rgb(234,244,66); }
H1.HeaderClassName
{
color: #EAF442;
}
.AnyTagClassName
{
color: #EAF442;
}
</style>
background-color css
<style>
a { background-color: #EAF442; }
a { background-color: rgb(234,244,66); }
div.DivClassName
{
background-color: #EAF442;
}
.BgClassName
{
background-color: #EAF442;
}
</style>
border-color css
<style>
span { border-color: #EAF442; }
span { border-color: rgb(234,244,66); }
td.TdClassName
{
border-color: #EAF442;
}
.TagClassName
{
border-color: #EAF442;
}
</style>