Shades of Starship #EAF441
Tints of Starship #EAF441
RGB
CMYK
RGB Variations
Color information
#EAF441 (or 0xEAF441) is known color: Starship. HEX triplet: EA, F4 and 41. RGB value is (234,244,65). Sum of RGB (Red+Green+Blue) = 234+244+65=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 244 (95.70% from 255 or 44.94% from 543); Blue value is 65 (25.78% from 255 or 11.97% from 543); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF441 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF441 is #150BBE. Grayscale: #DDDDDD. Windows color (decimal): -1379263 or 4322538. OLE color: 4322538.
HSL color Cylindrical-coordinate representation of color #EAF441: hue angle of 63.35º 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 #EAF441 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 244 | 65 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.04 |
| HSL | 63.35º | 0.89% | 0.61% | - |
| HSV(B) | 63.35º | 0.73% | 0.96% | - |
| XYZ | 67.24 | 82.58 | 17.4 | - |
| YUV | 220.6 | 40.19 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 244 | 65 | 0.04 | 0 | 0.73 | 0.04 | 63.35 | 0.89 | 0.61 |
| Hex | EA | F4 | 41 | 4 | 0 | 49 | 4 | 3F | 59 | 3D |
| Octal | 352 | 364 | 101 | 4 | 0 | 111 | 4 | 77 | 131 | 75 |
| Binary | 11101010 | 11110100 | 1000001 | 100 | 0 | 1001001 | 100 | 111111 | 1011001 | 111101 |
Color Harmonies of #EAF441
Complementary color
Monochromatic Colors of #EAF441
Black with #EAF441
Text Example
Text Example
White with #EAF441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF441; }
p { color: rgb(234,244,65); }
H1.HeaderClassName
{
color: #EAF441;
}
.AnyTagClassName
{
color: #EAF441;
}
</style>
background-color css
<style>
a { background-color: #EAF441; }
a { background-color: rgb(234,244,65); }
div.DivClassName
{
background-color: #EAF441;
}
.BgClassName
{
background-color: #EAF441;
}
</style>
border-color css
<style>
span { border-color: #EAF441; }
span { border-color: rgb(234,244,65); }
td.TdClassName
{
border-color: #EAF441;
}
.TagClassName
{
border-color: #EAF441;
}
</style>