#E0DA3D

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

Shades of Starship #E0DA3D

Tints of Starship #E0DA3D

Color information

#E0DA3D (or 0xE0DA3D) is unknown color: approx Starship. HEX triplet: E0, DA and 3D. RGB value is (224,218,61). Sum of RGB (Red+Green+Blue) = 224+218+61=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 61 (24.22% from 255 or 12.13% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DA3D is #1F25C2. Grayscale: #CACACA. Windows color (decimal): -2041283 or 4053728. OLE color: 4053728.

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

Color convert

RGB22421861-
CMYK00.030.730.12
HSL57.79º72.44%55.88%-
HSV(B)57.79º72.77%87.84%-
XYZ56.6566.3314.23-
YUV201.948.49143.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.53%
GREEN value IS 218 (85.55% from 255) = 43.34%
BLUE value IS 61 (24.22% from 255) = 12.13%
R=44.53%
G=43.34%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242186100.030.730.1257.7972.4455.88
HexE0DA3D0349C3a4838
Octal3403327503111147211070
Binary1110000011011010111101011100100111001110101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DA3D; }

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

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

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

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

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

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

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

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