Shades of Starship #EAF043
Tints of Starship #EAF043
RGB
CMYK
RGB Variations
Color information
#EAF043 (or 0xEAF043) is known color: Starship. HEX triplet: EA, F0 and 43. RGB value is (234,240,67). Sum of RGB (Red+Green+Blue) = 234+240+67=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 240 (94.14% from 255 or 44.36% from 541); Blue value is 67 (26.56% from 255 or 12.38% from 541); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF043 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF043 is #150FBC. Grayscale: #DBDBDB. Windows color (decimal): -1380285 or 4452586. OLE color: 4452586.
HSL color Cylindrical-coordinate representation of color #EAF043: hue angle of 62.08º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EAF043 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 240 | 67 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.06 |
| HSL | 62.08º | 0.85% | 0.6% | - |
| HSV(B) | 62.08º | 0.72% | 0.94% | - |
| XYZ | 66.1 | 80.22 | 17.31 | - |
| YUV | 218.48 | 42.51 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 240 | 67 | 0.02 | 0 | 0.72 | 0.06 | 62.08 | 0.85 | 0.6 |
| Hex | EA | F0 | 43 | 2 | 0 | 48 | 6 | 3E | 55 | 3C |
| Octal | 352 | 360 | 103 | 2 | 0 | 110 | 6 | 76 | 125 | 74 |
| Binary | 11101010 | 11110000 | 1000011 | 10 | 0 | 1001000 | 110 | 111110 | 1010101 | 111100 |
Color Harmonies of #EAF043
Complementary color
Monochromatic Colors of #EAF043
Black with #EAF043
Text Example
Text Example
White with #EAF043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF043; }
p { color: rgb(234,240,67); }
H1.HeaderClassName
{
color: #EAF043;
}
.AnyTagClassName
{
color: #EAF043;
}
</style>
background-color css
<style>
a { background-color: #EAF043; }
a { background-color: rgb(234,240,67); }
div.DivClassName
{
background-color: #EAF043;
}
.BgClassName
{
background-color: #EAF043;
}
</style>
border-color css
<style>
span { border-color: #EAF043; }
span { border-color: rgb(234,240,67); }
td.TdClassName
{
border-color: #EAF043;
}
.TagClassName
{
border-color: #EAF043;
}
</style>