#ead63f

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

Shades of Starship #EAD63F

Tints of Starship #EAD63F

Color information

#EAD63F (or 0xEAD63F) is unknown color: approx Starship. HEX triplet: EA, D6 and 3F. RGB value is (234,214,63). Sum of RGB (Red+Green+Blue) = 234+214+63=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 63 (25% from 255 or 12.33% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD63F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD63F is #1529C0. Grayscale: #CBCBCB. Windows color (decimal): -1386945 or 4183786. OLE color: 4183786.

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

Color convert

RGB23421463-
CMYK00.090.730.08
HSL52.98º80.28%58.24%-
HSV(B)52.98º73.08%91.76%-
XYZ58.8865.9414.33-
YUV202.7749.13150.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.79%
GREEN value IS 214 (83.98% from 255) = 41.88%
BLUE value IS 63 (25% from 255) = 12.33%
R=45.79%
G=41.88%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342146300.090.730.0852.9880.2858.24
HexEAD63F0949835503a
Octal35232677011111106512072
Binary111010101101011011111101001100100110001101011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ead63f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ead63f; }

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

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

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

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

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

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

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

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