#EAE33A

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

Shades of Starship #EAE33A

Tints of Starship #EAE33A

Color information

#EAE33A (or 0xEAE33A) is unknown color: approx Starship. HEX triplet: EA, E3 and 3A. RGB value is (234,227,58). Sum of RGB (Red+Green+Blue) = 234+227+58=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 227 (89.06% from 255 or 43.74% from 519); Blue value is 58 (23.05% from 255 or 11.18% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE33A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE33A is #151CC5. Grayscale: #D2D2D2. Windows color (decimal): -1383622 or 3859434. OLE color: 3859434.

HSL color Cylindrical-coordinate representation of color #EAE33A: hue angle of 57.61º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EAE33A is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB23422758-
CMYK00.030.750.08
HSL57.61º80.73%57.25%-
HSV(B)57.61º75.21%91.76%-
XYZ62.1672.7414.77-
YUV209.8342.32145.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.09%
GREEN value IS 227 (89.06% from 255) = 43.74%
BLUE value IS 58 (23.05% from 255) = 11.18%
R=45.09%
G=43.74%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342275800.030.750.0857.6180.7357.25
HexEAE33A034B83a5139
Octal3523437203113107212171
Binary1110101011100011111010011100101110001110101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE33A; }

 p { color: rgb(234,227,58); }

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

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

 a { background-color: rgb(234,227,58); }

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

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

 span { border-color: rgb(234,227,58); }

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