#EAE345

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

Shades of Starship #EAE345

Tints of Starship #EAE345

Color information

#EAE345 (or 0xEAE345) is unknown color: approx Starship. HEX triplet: EA, E3 and 45. RGB value is (234,227,69). Sum of RGB (Red+Green+Blue) = 234+227+69=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 227 (89.06% from 255 or 42.83% from 530); Blue value is 69 (27.34% from 255 or 13.02% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE345 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE345 is #151CBA. Grayscale: #D3D3D3. Windows color (decimal): -1383611 or 4580330. OLE color: 4580330.

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

Color convert

RGB23422769-
CMYK00.030.710.08
HSL57.45º79.71%59.41%-
HSV(B)57.45º70.51%91.76%-
XYZ62.4772.8616.4-
YUV211.0847.82144.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.15%
GREEN value IS 227 (89.06% from 255) = 42.83%
BLUE value IS 69 (27.34% from 255) = 13.02%
R=44.15%
G=42.83%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342276900.030.710.0857.4579.7159.41
HexEAE3450347839503b
Octal35234310503107107112073
Binary11101010111000111000101011100011110001110011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE345; }

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

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

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

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

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

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

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

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