#E0D83F

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

Shades of Starship #E0D83F

Tints of Starship #E0D83F

Color information

#E0D83F (or 0xE0D83F) is unknown color: approx Starship. HEX triplet: E0, D8 and 3F. RGB value is (224,216,63). Sum of RGB (Red+Green+Blue) = 224+216+63=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 63 (25% from 255 or 12.52% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D83F is #1F27C0. Grayscale: #C9C9C9. Windows color (decimal): -2041793 or 4184288. OLE color: 4184288.

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

Color convert

RGB22421663-
CMYK00.040.720.12
HSL57.02º72.2%56.27%-
HSV(B)57.02º71.88%87.84%-
XYZ56.1965.3214.35-
YUV200.9550.15144.44-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.53%
GREEN value IS 216 (84.77% from 255) = 42.94%
BLUE value IS 63 (25% from 255) = 12.52%
R=44.53%
G=42.94%
B=12.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242166300.040.720.1257.0272.256.27
HexE0D83F0448C394838
Octal3403307704110147111070
Binary11100000110110001111110100100100011001110011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D83F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D83F; }

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

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

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

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

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

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

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

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