#EAE442

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

Shades of Starship #EAE442

Tints of Starship #EAE442

Color information

#EAE442 (or 0xEAE442) is unknown color: approx Starship. HEX triplet: EA, E4 and 42. RGB value is (234,228,66). Sum of RGB (Red+Green+Blue) = 234+228+66=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 228 (89.45% from 255 or 43.18% from 528); Blue value is 66 (26.17% from 255 or 12.5% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE442 is #151BBD. Grayscale: #D3D3D3. Windows color (decimal): -1383358 or 4383978. OLE color: 4383978.

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

Color convert

RGB23422866-
CMYK00.030.720.08
HSL57.86º80%58.82%-
HSV(B)57.86º71.79%91.76%-
XYZ62.6673.3716.01-
YUV211.3345.99144.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.32%
GREEN value IS 228 (89.45% from 255) = 43.18%
BLUE value IS 66 (26.17% from 255) = 12.5%
R=44.32%
G=43.18%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.72
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342286600.030.720.0857.868058.82
HexEAE442034883a503b
Octal35234410203110107212073
Binary11101010111001001000010011100100010001110101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE442; }

 p { color: rgb(234,228,66); }

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

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

 a { background-color: rgb(234,228,66); }

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

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

 span { border-color: rgb(234,228,66); }

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