#E0DA46

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

Shades of Starship #E0DA46

Tints of Starship #E0DA46

Color information

#E0DA46 (or 0xE0DA46) is unknown color: approx Starship. HEX triplet: E0, DA and 46. RGB value is (224,218,70). Sum of RGB (Red+Green+Blue) = 224+218+70=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 70 (27.73% from 255 or 13.67% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DA46 is #1F25B9. Grayscale: #CBCBCB. Windows color (decimal): -2041274 or 4643552. OLE color: 4643552.

HSL color Cylindrical-coordinate representation of color #E0DA46: hue angle of 57.66º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E0DA46 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB22421870-
CMYK00.030.690.12
HSL57.66º71.3%57.65%-
HSV(B)57.66º68.75%87.84%-
XYZ56.9266.4315.62-
YUV202.9252.99143.03-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.75%
GREEN value IS 218 (85.55% from 255) = 42.58%
BLUE value IS 70 (27.73% from 255) = 13.67%
R=43.75%
G=42.58%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242187000.030.690.1257.6671.357.65
HexE0DA460345C3a473a
Octal34033210603105147210772
Binary11100000110110101000110011100010111001110101000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DA46; }

 p { color: rgb(224,218,70); }

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

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

 a { background-color: rgb(224,218,70); }

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

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

 span { border-color: rgb(224,218,70); }

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