#E0DC41

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

Shades of Starship #E0DC41

Tints of Starship #E0DC41

Color information

#E0DC41 (or 0xE0DC41) is unknown color: approx Starship. HEX triplet: E0, DC and 41. RGB value is (224,220,65). Sum of RGB (Red+Green+Blue) = 224+220+65=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 65 (25.78% from 255 or 12.77% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DC41 is #1F23BE. Grayscale: #CCCCCC. Windows color (decimal): -2040767 or 4316384. OLE color: 4316384.

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

Color convert

RGB22422065-
CMYK00.020.710.12
HSL58.49º71.95%56.67%-
HSV(B)58.49º70.98%87.84%-
XYZ57.2967.4214.99-
YUV203.5349.83142.6-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.01%
GREEN value IS 220 (86.33% from 255) = 43.22%
BLUE value IS 65 (25.78% from 255) = 12.77%
R=44.01%
G=43.22%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242206500.020.710.1258.4971.9556.67
HexE0DC410247C3a4839
Octal34033410102107147211071
Binary11100000110111001000001010100011111001110101001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DC41; }

 p { color: rgb(224,220,65); }

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

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

 a { background-color: rgb(224,220,65); }

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

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

 span { border-color: rgb(224,220,65); }

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