Shades of Starship #EAEA3D
Tints of Starship #EAEA3D
RGB
CMYK
RGB Variations
Color information
#EAEA3D (or 0xEAEA3D) is known color: Starship. HEX triplet: EA, EA and 3D. RGB value is (234,234,61). Sum of RGB (Red+Green+Blue) = 234+234+61=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 61 (24.22% from 255 or 11.53% from 529); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEA3D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAEA3D is #1515C2. Grayscale: #D6D6D6. Windows color (decimal): -1381827 or 4057834. OLE color: 4057834.
HSL color Cylindrical-coordinate representation of color #EAEA3D: hue angle of 60º 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 #EAEA3D is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 234 | 61 | - |
| CMYK | 0 | 0 | 0.74 | 0.08 |
| HSL | 60º | 0.8% | 0.58% | - |
| HSV(B) | 60º | 0.74% | 0.92% | - |
| XYZ | 64.2 | 76.67 | 15.83 | - |
| YUV | 214.28 | 41.5 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 234 | 61 | 0 | 0 | 0.74 | 0.08 | 60 | 0.8 | 0.58 |
| Hex | EA | EA | 3D | 0 | 0 | 4A | 8 | 3C | 50 | 3A |
| Octal | 352 | 352 | 75 | 0 | 0 | 112 | 10 | 74 | 120 | 72 |
| Binary | 11101010 | 11101010 | 111101 | 0 | 0 | 1001010 | 1000 | 111100 | 1010000 | 111010 |
Color Harmonies of #EAEA3D
Complementary color
Monochromatic Colors of #EAEA3D
Black with #EAEA3D
Text Example
Text Example
White with #EAEA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEA3D; }
p { color: rgb(234,234,61); }
H1.HeaderClassName
{
color: #EAEA3D;
}
.AnyTagClassName
{
color: #EAEA3D;
}
</style>
background-color css
<style>
a { background-color: #EAEA3D; }
a { background-color: rgb(234,234,61); }
div.DivClassName
{
background-color: #EAEA3D;
}
.BgClassName
{
background-color: #EAEA3D;
}
</style>
border-color css
<style>
span { border-color: #EAEA3D; }
span { border-color: rgb(234,234,61); }
td.TdClassName
{
border-color: #EAEA3D;
}
.TagClassName
{
border-color: #EAEA3D;
}
</style>