#E0D93F

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

Shades of Starship #E0D93F

Tints of Starship #E0D93F

Color information

#E0D93F (or 0xE0D93F) is unknown color: approx Starship. HEX triplet: E0, D9 and 3F. RGB value is (224,217,63). Sum of RGB (Red+Green+Blue) = 224+217+63=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 63 (25% from 255 or 12.5% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D93F is #1F26C0. Grayscale: #CACACA. Windows color (decimal): -2041537 or 4184544. OLE color: 4184544.

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

Color convert

RGB22421763-
CMYK00.030.720.12
HSL57.39º72.2%56.27%-
HSV(B)57.39º71.88%87.84%-
XYZ56.4565.8314.43-
YUV201.5449.82144.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.44%
GREEN value IS 217 (85.16% from 255) = 43.06%
BLUE value IS 63 (25% from 255) = 12.5%
R=44.44%
G=43.06%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242176300.030.720.1257.3972.256.27
HexE0D93F0348C394838
Octal3403317703110147111070
Binary1110000011011001111111011100100011001110011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D93F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D93F; }

 p { color: rgb(224,217,63); }

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

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

 a { background-color: rgb(224,217,63); }

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

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

 span { border-color: rgb(224,217,63); }

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