#E0DC3D

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

Shades of Starship #E0DC3D

Tints of Starship #E0DC3D

Color information

#E0DC3D (or 0xE0DC3D) is unknown color: approx Starship. HEX triplet: E0, DC and 3D. RGB value is (224,220,61). Sum of RGB (Red+Green+Blue) = 224+220+61=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 61 (24.22% from 255 or 12.08% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DC3D is #1F23C2. Grayscale: #CBCBCB. Windows color (decimal): -2040771 or 4054240. OLE color: 4054240.

HSL color Cylindrical-coordinate representation of color #E0DC3D: hue angle of 58.53º 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 #E0DC3D is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB22422061-
CMYK00.020.730.12
HSL58.53º72.44%55.88%-
HSV(B)58.53º72.77%87.84%-
XYZ57.1867.3714.41-
YUV203.0747.83142.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.36%
GREEN value IS 220 (86.33% from 255) = 43.56%
BLUE value IS 61 (24.22% from 255) = 12.08%
R=44.36%
G=43.56%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242206100.020.730.1258.5372.4455.88
HexE0DC3D0249C3b4838
Octal3403347502111147311070
Binary1110000011011100111101010100100111001110111001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DC3D; }

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

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

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

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

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

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

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

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