Shades of Starship #EAE23F
Tints of Starship #EAE23F
RGB
CMYK
RGB Variations
Color information
#EAE23F (or 0xEAE23F) is known color: Starship. HEX triplet: EA, E2 and 3F. RGB value is (234,226,63). Sum of RGB (Red+Green+Blue) = 234+226+63=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 226 (88.67% from 255 or 43.21% from 523); Blue value is 63 (25% from 255 or 12.05% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE23F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE23F is #151DC0. Grayscale: #D2D2D2. Windows color (decimal): -1383873 or 4186858. OLE color: 4186858.
HSL color Cylindrical-coordinate representation of color #EAE23F: hue angle of 57.19º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EAE23F is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 226 | 63 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.08 |
| HSL | 57.19º | 0.8% | 0.58% | - |
| HSV(B) | 57.19º | 0.73% | 0.92% | - |
| XYZ | 62.03 | 72.24 | 15.38 | - |
| YUV | 209.81 | 45.15 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 226 | 63 | 0 | 0.03 | 0.73 | 0.08 | 57.19 | 0.8 | 0.58 |
| Hex | EA | E2 | 3F | 0 | 3 | 49 | 8 | 39 | 50 | 3A |
| Octal | 352 | 342 | 77 | 0 | 3 | 111 | 10 | 71 | 120 | 72 |
| Binary | 11101010 | 11100010 | 111111 | 0 | 11 | 1001001 | 1000 | 111001 | 1010000 | 111010 |
Color Harmonies of #EAE23F
Complementary color
Monochromatic Colors of #EAE23F
Black with #EAE23F
Text Example
Text Example
White with #EAE23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE23F; }
p { color: rgb(234,226,63); }
H1.HeaderClassName
{
color: #EAE23F;
}
.AnyTagClassName
{
color: #EAE23F;
}
</style>
background-color css
<style>
a { background-color: #EAE23F; }
a { background-color: rgb(234,226,63); }
div.DivClassName
{
background-color: #EAE23F;
}
.BgClassName
{
background-color: #EAE23F;
}
</style>
border-color css
<style>
span { border-color: #EAE23F; }
span { border-color: rgb(234,226,63); }
td.TdClassName
{
border-color: #EAE23F;
}
.TagClassName
{
border-color: #EAE23F;
}
</style>