#E0DA33

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

Shades of Starship #E0DA33

Tints of Starship #E0DA33

Color information

#E0DA33 (or 0xE0DA33) is unknown color: approx Starship. HEX triplet: E0, DA and 33. RGB value is (224,218,51). Sum of RGB (Red+Green+Blue) = 224+218+51=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 51 (20.31% from 255 or 10.34% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DA33 is #1F25CC. Grayscale: #C9C9C9. Windows color (decimal): -2041293 or 3398368. OLE color: 3398368.

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

Color convert

RGB22421851-
CMYK00.030.770.12
HSL57.92º73.62%53.92%-
HSV(B)57.92º77.23%87.84%-
XYZ56.4166.2312.94-
YUV200.7643.49144.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.44%
GREEN value IS 218 (85.55% from 255) = 44.22%
BLUE value IS 51 (20.31% from 255) = 10.34%
R=45.44%
G=44.22%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242185100.030.770.1257.9273.6253.92
HexE0DA33034DC3a4a36
Octal3403326303115147211266
Binary1110000011011010110011011100110111001110101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DA33; }

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

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

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

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

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

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

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

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