Shades of Starship #EAD33D
Tints of Starship #EAD33D
RGB
CMYK
RGB Variations
Color information
#EAD33D (or 0xEAD33D) is known color: Starship. HEX triplet: EA, D3 and 3D. RGB value is (234,211,61). Sum of RGB (Red+Green+Blue) = 234+211+61=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 61 (24.22% from 255 or 12.06% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD33D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD33D is #152CC2. Grayscale: #C9C9C9. Windows color (decimal): -1387715 or 4051946. OLE color: 4051946.
HSL color Cylindrical-coordinate representation of color #EAD33D: hue angle of 52.02º 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 #EAD33D is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 211 | 61 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.08 |
| HSL | 52.02º | 0.8% | 0.58% | - |
| HSV(B) | 52.02º | 0.74% | 0.92% | - |
| XYZ | 58.07 | 64.42 | 13.79 | - |
| YUV | 200.78 | 49.12 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 61 | 0 | 0.10 | 0.74 | 0.08 | 52.02 | 0.8 | 0.58 |
| Hex | EA | D3 | 3D | 0 | A | 4A | 8 | 34 | 50 | 3A |
| Octal | 352 | 323 | 75 | 0 | 12 | 112 | 10 | 64 | 120 | 72 |
| Binary | 11101010 | 11010011 | 111101 | 0 | 1010 | 1001010 | 1000 | 110100 | 1010000 | 111010 |
Color Harmonies of #EAD33D
Complementary color
Monochromatic Colors of #EAD33D
Black with #EAD33D
Text Example
Text Example
White with #EAD33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD33D; }
p { color: rgb(234,211,61); }
H1.HeaderClassName
{
color: #EAD33D;
}
.AnyTagClassName
{
color: #EAD33D;
}
</style>
background-color css
<style>
a { background-color: #EAD33D; }
a { background-color: rgb(234,211,61); }
div.DivClassName
{
background-color: #EAD33D;
}
.BgClassName
{
background-color: #EAD33D;
}
</style>
border-color css
<style>
span { border-color: #EAD33D; }
span { border-color: rgb(234,211,61); }
td.TdClassName
{
border-color: #EAD33D;
}
.TagClassName
{
border-color: #EAD33D;
}
</style>