Shades of Starship #EAF73D
Tints of Starship #EAF73D
RGB
CMYK
RGB Variations
Color information
#EAF73D (or 0xEAF73D) is known color: Starship. HEX triplet: EA, F7 and 3D. RGB value is (234,247,61). Sum of RGB (Red+Green+Blue) = 234+247+61=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 247 (96.88% from 255 or 45.57% from 542); Blue value is 61 (24.22% from 255 or 11.25% from 542); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF73D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF73D is #1508C2. Grayscale: #DEDEDE. Windows color (decimal): -1378499 or 4061162. OLE color: 4061162.
HSL color Cylindrical-coordinate representation of color #EAF73D: hue angle of 64.19º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EAF73D is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 247 | 61 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.03 |
| HSL | 64.19º | 0.92% | 0.6% | - |
| HSV(B) | 64.19º | 0.75% | 0.97% | - |
| XYZ | 68.03 | 84.35 | 17.11 | - |
| YUV | 221.91 | 37.19 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 247 | 61 | 0.05 | 0 | 0.75 | 0.03 | 64.19 | 0.92 | 0.6 |
| Hex | EA | F7 | 3D | 5 | 0 | 4B | 3 | 40 | 5C | 3C |
| Octal | 352 | 367 | 75 | 5 | 0 | 113 | 3 | 100 | 134 | 74 |
| Binary | 11101010 | 11110111 | 111101 | 101 | 0 | 1001011 | 11 | 1000000 | 1011100 | 111100 |
Color Harmonies of #EAF73D
Complementary color
Monochromatic Colors of #EAF73D
Black with #EAF73D
Text Example
Text Example
White with #EAF73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF73D; }
p { color: rgb(234,247,61); }
H1.HeaderClassName
{
color: #EAF73D;
}
.AnyTagClassName
{
color: #EAF73D;
}
</style>
background-color css
<style>
a { background-color: #EAF73D; }
a { background-color: rgb(234,247,61); }
div.DivClassName
{
background-color: #EAF73D;
}
.BgClassName
{
background-color: #EAF73D;
}
</style>
border-color css
<style>
span { border-color: #EAF73D; }
span { border-color: rgb(234,247,61); }
td.TdClassName
{
border-color: #EAF73D;
}
.TagClassName
{
border-color: #EAF73D;
}
</style>