#E5D83E

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

Shades of Starship #E5D83E

Tints of Starship #E5D83E

Color information

#E5D83E (or 0xE5D83E) is unknown color: approx Starship. HEX triplet: E5, D8 and 3E. RGB value is (229,216,62). Sum of RGB (Red+Green+Blue) = 229+216+62=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 62 (24.61% from 255 or 12.23% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D83E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D83E is #1A27C1. Grayscale: #CACACA. Windows color (decimal): -1714114 or 4118757. OLE color: 4118757.

HSL color Cylindrical-coordinate representation of color #E5D83E: hue angle of 55.33º 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 #E5D83E is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB22921662-
CMYK00.060.730.10
HSL55.33º76.26%57.06%-
HSV(B)55.33º72.93%89.8%-
XYZ57.7466.1214.28-
YUV202.3348.81147.02-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.17%
GREEN value IS 216 (84.77% from 255) = 42.60%
BLUE value IS 62 (24.61% from 255) = 12.23%
R=45.17%
G=42.60%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.73
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292166200.060.730.1055.3376.2657.06
HexE5D83E0649A374c39
Octal3453307606111126711471
Binary11100101110110001111100110100100110101101111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D83E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D83E; }

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

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

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

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

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

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

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

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