#EAE547

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

Shades of Starship #EAE547

Tints of Starship #EAE547

Color information

#EAE547 (or 0xEAE547) is unknown color: approx Starship. HEX triplet: EA, E5 and 47. RGB value is (234,229,71). Sum of RGB (Red+Green+Blue) = 234+229+71=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 229 (89.84% from 255 or 42.88% from 534); Blue value is 71 (28.12% from 255 or 13.30% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE547 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE547 is #151AB8. Grayscale: #D5D5D5. Windows color (decimal): -1383097 or 4711914. OLE color: 4711914.

HSL color Cylindrical-coordinate representation of color #EAE547: hue angle of 58.16º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EAE547 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB23422971-
CMYK00.020.700.08
HSL58.16º79.51%59.8%-
HSV(B)58.16º69.66%91.76%-
XYZ63.0973.9916.92-
YUV212.4848.16143.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.82%
GREEN value IS 229 (89.84% from 255) = 42.88%
BLUE value IS 71 (28.12% from 255) = 13.30%
R=43.82%
G=42.88%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.70
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342297100.020.700.0858.1679.5159.8
HexEAE547024683a503c
Octal35234510702106107212074
Binary11101010111001011000111010100011010001110101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE547; }

 p { color: rgb(234,229,71); }

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

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

 a { background-color: rgb(234,229,71); }

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

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

 span { border-color: rgb(234,229,71); }

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