Shades of Starship #EAF03C
Tints of Starship #EAF03C
RGB
CMYK
RGB Variations
Color information
#EAF03C (or 0xEAF03C) is known color: Starship. HEX triplet: EA, F0 and 3C. RGB value is (234,240,60). Sum of RGB (Red+Green+Blue) = 234+240+60=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 240 (94.14% from 255 or 44.94% from 534); Blue value is 60 (23.83% from 255 or 11.24% from 534); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF03C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF03C is #150FC3. Grayscale: #DADADA. Windows color (decimal): -1380292 or 3993834. OLE color: 3993834.
HSL color Cylindrical-coordinate representation of color #EAF03C: hue angle of 62º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EAF03C is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 240 | 60 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.06 |
| HSL | 62º | 0.86% | 0.59% | - |
| HSV(B) | 62º | 0.75% | 0.94% | - |
| XYZ | 65.91 | 80.14 | 16.27 | - |
| YUV | 217.69 | 39.01 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 240 | 60 | 0.02 | 0 | 0.75 | 0.06 | 62 | 0.86 | 0.59 |
| Hex | EA | F0 | 3C | 2 | 0 | 4B | 6 | 3E | 56 | 3B |
| Octal | 352 | 360 | 74 | 2 | 0 | 113 | 6 | 76 | 126 | 73 |
| Binary | 11101010 | 11110000 | 111100 | 10 | 0 | 1001011 | 110 | 111110 | 1010110 | 111011 |
Color Harmonies of #EAF03C
Complementary color
Monochromatic Colors of #EAF03C
Black with #EAF03C
Text Example
Text Example
White with #EAF03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF03C; }
p { color: rgb(234,240,60); }
H1.HeaderClassName
{
color: #EAF03C;
}
.AnyTagClassName
{
color: #EAF03C;
}
</style>
background-color css
<style>
a { background-color: #EAF03C; }
a { background-color: rgb(234,240,60); }
div.DivClassName
{
background-color: #EAF03C;
}
.BgClassName
{
background-color: #EAF03C;
}
</style>
border-color css
<style>
span { border-color: #EAF03C; }
span { border-color: rgb(234,240,60); }
td.TdClassName
{
border-color: #EAF03C;
}
.TagClassName
{
border-color: #EAF03C;
}
</style>