#E5D83A

Color #E5D83A Starship (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Starship #E5D83A

Tints of Starship #E5D83A

Color information

#E5D83A (or 0xE5D83A) is unknown color: approx Starship. HEX triplet: E5, D8 and 3A. RGB value is (229,216,58). Sum of RGB (Red+Green+Blue) = 229+216+58=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 58 (23.05% from 255 or 11.53% from 503); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D83A is #1A27C5. Grayscale: #CACACA. Windows color (decimal): -1714118 or 3856613. OLE color: 3856613.

HSL color Cylindrical-coordinate representation of color #E5D83A: hue angle of 55.44º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E5D83A is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB22921658-
CMYK00.060.750.10
HSL55.44º76.68%56.27%-
HSV(B)55.44º74.67%89.8%-
XYZ57.6366.0813.72-
YUV201.8746.81147.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 45.53%
GREEN value IS 216 (84.77% from 255) = 42.94%
BLUE value IS 58 (23.05% from 255) = 11.53%
R=45.53%
G=42.94%
B=11.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.75
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292165800.060.750.1055.4476.6856.27
HexE5D83A064BA374d38
Octal3453307206113126711570
Binary11100101110110001110100110100101110101101111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D83A; }

 p { color: rgb(229,216,58); }

 H1.HeaderClassName
 {
   color: #E5D83A;
 }
 .AnyTagClassName
 {
   color: #E5D83A;
 }
</style>
background-color css

<style>
 a { background-color: #E5D83A; }

 a { background-color: rgb(229,216,58); }

 div.DivClassName
 {
   background-color: #E5D83A;
 }
 .BgClassName
 {
   background-color: #E5D83A;
 }
</style>
border-color css

<style>
 span { border-color: #E5D83A; }

 span { border-color: rgb(229,216,58); }

 td.TdClassName
 {
   border-color: #E5D83A;
 }
 .TagClassName
 {
   border-color: #E5D83A;
 }
</style>