Shades of Starship #EAE33D
Tints of Starship #EAE33D
RGB
CMYK
RGB Variations
Color information
#EAE33D (or 0xEAE33D) is known color: Starship. HEX triplet: EA, E3 and 3D. RGB value is (234,227,61). Sum of RGB (Red+Green+Blue) = 234+227+61=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 227 (89.06% from 255 or 43.49% from 522); Blue value is 61 (24.22% from 255 or 11.69% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE33D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE33D is #151CC2. Grayscale: #D2D2D2. Windows color (decimal): -1383619 or 4056042. OLE color: 4056042.
HSL color Cylindrical-coordinate representation of color #EAE33D: hue angle of 57.57º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EAE33D is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 61 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.08 |
| HSL | 57.57º | 0.8% | 0.58% | - |
| HSV(B) | 57.57º | 0.74% | 0.92% | - |
| XYZ | 62.24 | 72.77 | 15.18 | - |
| YUV | 210.17 | 43.82 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 61 | 0 | 0.03 | 0.74 | 0.08 | 57.57 | 0.8 | 0.58 |
| Hex | EA | E3 | 3D | 0 | 3 | 4A | 8 | 3A | 50 | 3A |
| Octal | 352 | 343 | 75 | 0 | 3 | 112 | 10 | 72 | 120 | 72 |
| Binary | 11101010 | 11100011 | 111101 | 0 | 11 | 1001010 | 1000 | 111010 | 1010000 | 111010 |
Color Harmonies of #EAE33D
Complementary color
Monochromatic Colors of #EAE33D
Black with #EAE33D
Text Example
Text Example
White with #EAE33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE33D; }
p { color: rgb(234,227,61); }
H1.HeaderClassName
{
color: #EAE33D;
}
.AnyTagClassName
{
color: #EAE33D;
}
</style>
background-color css
<style>
a { background-color: #EAE33D; }
a { background-color: rgb(234,227,61); }
div.DivClassName
{
background-color: #EAE33D;
}
.BgClassName
{
background-color: #EAE33D;
}
</style>
border-color css
<style>
span { border-color: #EAE33D; }
span { border-color: rgb(234,227,61); }
td.TdClassName
{
border-color: #EAE33D;
}
.TagClassName
{
border-color: #EAE33D;
}
</style>