#E0D130

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

Shades of Starship #E0D130

Tints of Starship #E0D130

Color information

#E0D130 (or 0xE0D130) is unknown color: approx Starship. HEX triplet: E0, D1 and 30. RGB value is (224,209,48). Sum of RGB (Red+Green+Blue) = 224+209+48=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 48 (19.14% from 255 or 9.98% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D130 is #1F2ECF. Grayscale: #C3C3C3. Windows color (decimal): -2043600 or 3199456. OLE color: 3199456.

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

Color convert

RGB22420948-
CMYK00.070.790.12
HSL54.89º73.95%53.33%-
HSV(B)54.89º78.57%87.84%-
XYZ54.0761.6611.85-
YUV195.1344.97148.59-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.57%
GREEN value IS 209 (82.03% from 255) = 43.45%
BLUE value IS 48 (19.14% from 255) = 9.98%
R=46.57%
G=43.45%
B=9.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.79
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242094800.070.790.1254.8973.9553.33
HexE0D130074FC374a35
Octal3403216007117146711265
Binary11100000110100011100000111100111111001101111001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D130; }

 p { color: rgb(224,209,48); }

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

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

 a { background-color: rgb(224,209,48); }

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

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

 span { border-color: rgb(224,209,48); }

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