Shades of Starship #EAF73F
Tints of Starship #EAF73F
RGB
CMYK
RGB Variations
Color information
#EAF73F (or 0xEAF73F) is known color: Starship. HEX triplet: EA, F7 and 3F. RGB value is (234,247,63). Sum of RGB (Red+Green+Blue) = 234+247+63=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 247 (96.88% from 255 or 45.40% from 544); Blue value is 63 (25% from 255 or 11.58% from 544); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF73F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF73F is #1508C0. Grayscale: #DEDEDE. Windows color (decimal): -1378497 or 4192234. OLE color: 4192234.
HSL color Cylindrical-coordinate representation of color #EAF73F: hue angle of 64.24º 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 #EAF73F is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 247 | 63 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.03 |
| HSL | 64.24º | 0.92% | 0.61% | - |
| HSV(B) | 64.24º | 0.74% | 0.97% | - |
| XYZ | 68.09 | 84.37 | 17.4 | - |
| YUV | 222.14 | 38.19 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 247 | 63 | 0.05 | 0 | 0.74 | 0.03 | 64.24 | 0.92 | 0.61 |
| Hex | EA | F7 | 3F | 5 | 0 | 4A | 3 | 40 | 5C | 3D |
| Octal | 352 | 367 | 77 | 5 | 0 | 112 | 3 | 100 | 134 | 75 |
| Binary | 11101010 | 11110111 | 111111 | 101 | 0 | 1001010 | 11 | 1000000 | 1011100 | 111101 |
Color Harmonies of #EAF73F
Complementary color
Monochromatic Colors of #EAF73F
Black with #EAF73F
Text Example
Text Example
White with #EAF73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF73F; }
p { color: rgb(234,247,63); }
H1.HeaderClassName
{
color: #EAF73F;
}
.AnyTagClassName
{
color: #EAF73F;
}
</style>
background-color css
<style>
a { background-color: #EAF73F; }
a { background-color: rgb(234,247,63); }
div.DivClassName
{
background-color: #EAF73F;
}
.BgClassName
{
background-color: #EAF73F;
}
</style>
border-color css
<style>
span { border-color: #EAF73F; }
span { border-color: rgb(234,247,63); }
td.TdClassName
{
border-color: #EAF73F;
}
.TagClassName
{
border-color: #EAF73F;
}
</style>