#E1D63F

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

Shades of Starship #E1D63F

Tints of Starship #E1D63F

Color information

#E1D63F (or 0xE1D63F) is unknown color: approx Starship. HEX triplet: E1, D6 and 3F. RGB value is (225,214,63). Sum of RGB (Red+Green+Blue) = 225+214+63=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 63 (25% from 255 or 12.55% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D63F is #1E29C0. Grayscale: #C8C8C8. Windows color (decimal): -1976769 or 4183777. OLE color: 4183777.

HSL color Cylindrical-coordinate representation of color #E1D63F: hue angle of 55.93º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E1D63F is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB22521463-
CMYK00.050.720.12
HSL55.93º72.97%56.47%-
HSV(B)55.93º72%88.24%-
XYZ5664.4614.19-
YUV200.0750.64145.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.82%
GREEN value IS 214 (83.98% from 255) = 42.63%
BLUE value IS 63 (25% from 255) = 12.55%
R=44.82%
G=42.63%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252146300.050.720.1255.9372.9756.47
HexE1D63F0548C384938
Octal3413267705110147011170
Binary11100001110101101111110101100100011001110001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D63F; }

 p { color: rgb(225,214,63); }

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

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

 a { background-color: rgb(225,214,63); }

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

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

 span { border-color: rgb(225,214,63); }

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