Shades of Starship #EAF740
Tints of Starship #EAF740
RGB
CMYK
RGB Variations
Color information
#EAF740 (or 0xEAF740) is known color: Starship. HEX triplet: EA, F7 and 40. RGB value is (234,247,64). Sum of RGB (Red+Green+Blue) = 234+247+64=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 247 (96.88% from 255 or 45.32% from 545); Blue value is 64 (25.39% from 255 or 11.74% from 545); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF740 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF740 is #1508BF. Grayscale: #DEDEDE. Windows color (decimal): -1378496 or 4257770. OLE color: 4257770.
HSL color Cylindrical-coordinate representation of color #EAF740: hue angle of 64.26º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EAF740 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 247 | 64 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.03 |
| HSL | 64.26º | 0.92% | 0.61% | - |
| HSV(B) | 64.26º | 0.74% | 0.97% | - |
| XYZ | 68.12 | 84.38 | 17.55 | - |
| YUV | 222.25 | 38.69 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 247 | 64 | 0.05 | 0 | 0.74 | 0.03 | 64.26 | 0.92 | 0.61 |
| Hex | EA | F7 | 40 | 5 | 0 | 4A | 3 | 40 | 5C | 3D |
| Octal | 352 | 367 | 100 | 5 | 0 | 112 | 3 | 100 | 134 | 75 |
| Binary | 11101010 | 11110111 | 1000000 | 101 | 0 | 1001010 | 11 | 1000000 | 1011100 | 111101 |
Color Harmonies of #EAF740
Complementary color
Monochromatic Colors of #EAF740
Black with #EAF740
Text Example
Text Example
White with #EAF740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF740; }
p { color: rgb(234,247,64); }
H1.HeaderClassName
{
color: #EAF740;
}
.AnyTagClassName
{
color: #EAF740;
}
</style>
background-color css
<style>
a { background-color: #EAF740; }
a { background-color: rgb(234,247,64); }
div.DivClassName
{
background-color: #EAF740;
}
.BgClassName
{
background-color: #EAF740;
}
</style>
border-color css
<style>
span { border-color: #EAF740; }
span { border-color: rgb(234,247,64); }
td.TdClassName
{
border-color: #EAF740;
}
.TagClassName
{
border-color: #EAF740;
}
</style>