#E8D63F

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

Shades of Starship #E8D63F

Tints of Starship #E8D63F

Color information

#E8D63F (or 0xE8D63F) is unknown color: approx Starship. HEX triplet: E8, D6 and 3F. RGB value is (232,214,63). Sum of RGB (Red+Green+Blue) = 232+214+63=509 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.58% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 63 (25% from 255 or 12.38% from 509); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D63F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D63F is #1729C0. Grayscale: #CACACA. Windows color (decimal): -1518017 or 4183784. OLE color: 4183784.

HSL color Cylindrical-coordinate representation of color #E8D63F: hue angle of 53.61º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E8D63F is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB23221463-
CMYK00.080.730.09
HSL53.61º78.6%57.84%-
HSV(B)53.61º72.84%90.98%-
XYZ58.2265.6114.3-
YUV202.1749.46149.28-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.58%
GREEN value IS 214 (83.98% from 255) = 42.04%
BLUE value IS 63 (25% from 255) = 12.38%
R=45.58%
G=42.04%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322146300.080.730.0953.6178.657.84
HexE8D63F08499364f3a
Octal35032677010111116611772
Binary111010001101011011111101000100100110011101101001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D63F; }

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

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

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

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

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

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

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

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