#E5DA33

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

Shades of Starship #E5DA33

Tints of Starship #E5DA33

Color information

#E5DA33 (or 0xE5DA33) is unknown color: approx Starship. HEX triplet: E5, DA and 33. RGB value is (229,218,51). Sum of RGB (Red+Green+Blue) = 229+218+51=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 51 (20.31% from 255 or 10.24% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DA33 is #1A25CC. Grayscale: #CACACA. Windows color (decimal): -1713613 or 3398373. OLE color: 3398373.

HSL color Cylindrical-coordinate representation of color #E5DA33: hue angle of 56.29º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E5DA33 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB22921851-
CMYK00.050.780.10
HSL56.29º77.39%54.9%-
HSV(B)56.29º77.73%89.8%-
XYZ57.9867.0413.02-
YUV202.2542.64147.08-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.98%
GREEN value IS 218 (85.55% from 255) = 43.78%
BLUE value IS 51 (20.31% from 255) = 10.24%
R=45.98%
G=43.78%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.78
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292185100.050.780.1056.2977.3954.9
HexE5DA33054EA384d37
Octal3453326305116127011567
Binary11100101110110101100110101100111010101110001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DA33; }

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

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

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

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

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

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

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

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