#e0d432

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

Shades of Starship #E0D432

Tints of Starship #E0D432

Color information

#E0D432 (or 0xE0D432) is unknown color: approx Starship. HEX triplet: E0, D4 and 32. RGB value is (224,212,50). Sum of RGB (Red+Green+Blue) = 224+212+50=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 212 (83.20% from 255 or 43.62% from 486); Blue value is 50 (19.92% from 255 or 10.29% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D432 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D432 is #1F2BCD. Grayscale: #C5C5C5. Windows color (decimal): -2042830 or 3331296. OLE color: 3331296.

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

Color convert

RGB22421250-
CMYK00.050.780.12
HSL55.86º73.73%53.73%-
HSV(B)55.86º77.68%87.84%-
XYZ54.8663.1612.32-
YUV197.1244.98147.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.09%
GREEN value IS 212 (83.20% from 255) = 43.62%
BLUE value IS 50 (19.92% from 255) = 10.29%
R=46.09%
G=43.62%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.78
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242125000.050.780.1255.8673.7353.73
HexE0D432054EC384a36
Octal3403246205116147011266
Binary11100000110101001100100101100111011001110001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0d432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0d432; }

 p { color: rgb(224,212,50); }

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

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

 a { background-color: rgb(224,212,50); }

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

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

 span { border-color: rgb(224,212,50); }

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