Shades of Starship #EAF83A
Tints of Starship #EAF83A
RGB
CMYK
RGB Variations
Color information
#EAF83A (or 0xEAF83A) is known color: Starship. HEX triplet: EA, F8 and 3A. RGB value is (234,248,58). Sum of RGB (Red+Green+Blue) = 234+248+58=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 248 (97.27% from 255 or 45.93% from 540); Blue value is 58 (23.05% from 255 or 10.74% from 540); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF83A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF83A is #1507C5. Grayscale: #DEDEDE. Windows color (decimal): -1378246 or 3864810. OLE color: 3864810.
HSL color Cylindrical-coordinate representation of color #EAF83A: hue angle of 64.42º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EAF83A is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 248 | 58 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.03 |
| HSL | 64.42º | 0.93% | 0.6% | - |
| HSV(B) | 64.42º | 0.77% | 0.97% | - |
| XYZ | 68.26 | 84.93 | 16.8 | - |
| YUV | 222.15 | 35.36 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 248 | 58 | 0.06 | 0 | 0.77 | 0.03 | 64.42 | 0.93 | 0.6 |
| Hex | EA | F8 | 3A | 6 | 0 | 4D | 3 | 40 | 5D | 3C |
| Octal | 352 | 370 | 72 | 6 | 0 | 115 | 3 | 100 | 135 | 74 |
| Binary | 11101010 | 11111000 | 111010 | 110 | 0 | 1001101 | 11 | 1000000 | 1011101 | 111100 |
Color Harmonies of #EAF83A
Complementary color
Monochromatic Colors of #EAF83A
Black with #EAF83A
Text Example
Text Example
White with #EAF83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF83A; }
p { color: rgb(234,248,58); }
H1.HeaderClassName
{
color: #EAF83A;
}
.AnyTagClassName
{
color: #EAF83A;
}
</style>
background-color css
<style>
a { background-color: #EAF83A; }
a { background-color: rgb(234,248,58); }
div.DivClassName
{
background-color: #EAF83A;
}
.BgClassName
{
background-color: #EAF83A;
}
</style>
border-color css
<style>
span { border-color: #EAF83A; }
span { border-color: rgb(234,248,58); }
td.TdClassName
{
border-color: #EAF83A;
}
.TagClassName
{
border-color: #EAF83A;
}
</style>