Shades of Starship #EAF63F
Tints of Starship #EAF63F
RGB
CMYK
RGB Variations
Color information
#EAF63F (or 0xEAF63F) is known color: Starship. HEX triplet: EA, F6 and 3F. RGB value is (234,246,63). Sum of RGB (Red+Green+Blue) = 234+246+63=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 246 (96.48% from 255 or 45.30% from 543); Blue value is 63 (25% from 255 or 11.60% from 543); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF63F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF63F is #1509C0. Grayscale: #DEDEDE. Windows color (decimal): -1378753 or 4191978. OLE color: 4191978.
HSL color Cylindrical-coordinate representation of color #EAF63F: hue angle of 63.93º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EAF63F is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 246 | 63 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.04 |
| HSL | 63.93º | 0.91% | 0.61% | - |
| HSV(B) | 63.93º | 0.74% | 0.96% | - |
| XYZ | 67.78 | 83.76 | 17.3 | - |
| YUV | 221.55 | 38.52 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 246 | 63 | 0.05 | 0 | 0.74 | 0.04 | 63.93 | 0.91 | 0.61 |
| Hex | EA | F6 | 3F | 5 | 0 | 4A | 4 | 40 | 5B | 3D |
| Octal | 352 | 366 | 77 | 5 | 0 | 112 | 4 | 100 | 133 | 75 |
| Binary | 11101010 | 11110110 | 111111 | 101 | 0 | 1001010 | 100 | 1000000 | 1011011 | 111101 |
Color Harmonies of #EAF63F
Complementary color
Monochromatic Colors of #EAF63F
Black with #EAF63F
Text Example
Text Example
White with #EAF63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF63F; }
p { color: rgb(234,246,63); }
H1.HeaderClassName
{
color: #EAF63F;
}
.AnyTagClassName
{
color: #EAF63F;
}
</style>
background-color css
<style>
a { background-color: #EAF63F; }
a { background-color: rgb(234,246,63); }
div.DivClassName
{
background-color: #EAF63F;
}
.BgClassName
{
background-color: #EAF63F;
}
</style>
border-color css
<style>
span { border-color: #EAF63F; }
span { border-color: rgb(234,246,63); }
td.TdClassName
{
border-color: #EAF63F;
}
.TagClassName
{
border-color: #EAF63F;
}
</style>