#E5D93D

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

Shades of Starship #E5D93D

Tints of Starship #E5D93D

Color information

#E5D93D (or 0xE5D93D) is unknown color: approx Starship. HEX triplet: E5, D9 and 3D. RGB value is (229,217,61). Sum of RGB (Red+Green+Blue) = 229+217+61=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 61 (24.22% from 255 or 12.03% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D93D is #1A26C2. Grayscale: #CBCBCB. Windows color (decimal): -1713859 or 4053477. OLE color: 4053477.

HSL color Cylindrical-coordinate representation of color #E5D93D: hue angle of 55.71º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E5D93D is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB22921761-
CMYK00.050.730.10
HSL55.71º76.36%56.86%-
HSV(B)55.71º73.36%89.8%-
XYZ57.9766.6214.22-
YUV202.847.98146.68-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.17%
GREEN value IS 217 (85.16% from 255) = 42.80%
BLUE value IS 61 (24.22% from 255) = 12.03%
R=45.17%
G=42.80%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292176100.050.730.1055.7176.3656.86
HexE5D93D0549A384c39
Octal3453317505111127011471
Binary11100101110110011111010101100100110101110001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D93D; }

 p { color: rgb(229,217,61); }

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

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

 a { background-color: rgb(229,217,61); }

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

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

 span { border-color: rgb(229,217,61); }

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