Shades of Starship #EAF338
Tints of Starship #EAF338
RGB
CMYK
RGB Variations
Color information
#EAF338 (or 0xEAF338) is known color: Starship. HEX triplet: EA, F3 and 38. RGB value is (234,243,56). Sum of RGB (Red+Green+Blue) = 234+243+56=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 56 (22.27% from 255 or 10.51% from 533); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF338 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF338 is #150CC7. Grayscale: #DBDBDB. Windows color (decimal): -1379528 or 3732458. OLE color: 3732458.
HSL color Cylindrical-coordinate representation of color #EAF338: hue angle of 62.89º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EAF338 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 243 | 56 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.05 |
| HSL | 62.89º | 0.89% | 0.59% | - |
| HSV(B) | 62.89º | 0.77% | 0.95% | - |
| XYZ | 66.7 | 81.88 | 16.03 | - |
| YUV | 218.99 | 36.02 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 243 | 56 | 0.04 | 0 | 0.77 | 0.05 | 62.89 | 0.89 | 0.59 |
| Hex | EA | F3 | 38 | 4 | 0 | 4D | 5 | 3F | 59 | 3B |
| Octal | 352 | 363 | 70 | 4 | 0 | 115 | 5 | 77 | 131 | 73 |
| Binary | 11101010 | 11110011 | 111000 | 100 | 0 | 1001101 | 101 | 111111 | 1011001 | 111011 |
Color Harmonies of #EAF338
Complementary color
Monochromatic Colors of #EAF338
Black with #EAF338
Text Example
Text Example
White with #EAF338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF338; }
p { color: rgb(234,243,56); }
H1.HeaderClassName
{
color: #EAF338;
}
.AnyTagClassName
{
color: #EAF338;
}
</style>
background-color css
<style>
a { background-color: #EAF338; }
a { background-color: rgb(234,243,56); }
div.DivClassName
{
background-color: #EAF338;
}
.BgClassName
{
background-color: #EAF338;
}
</style>
border-color css
<style>
span { border-color: #EAF338; }
span { border-color: rgb(234,243,56); }
td.TdClassName
{
border-color: #EAF338;
}
.TagClassName
{
border-color: #EAF338;
}
</style>