#E0D43F

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

Shades of Starship #E0D43F

Tints of Starship #E0D43F

Color information

#E0D43F (or 0xE0D43F) is unknown color: approx Starship. HEX triplet: E0, D4 and 3F. RGB value is (224,212,63). Sum of RGB (Red+Green+Blue) = 224+212+63=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 212 (83.20% from 255 or 42.48% from 499); Blue value is 63 (25% from 255 or 12.63% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D43F is #1F2BC0. Grayscale: #C7C7C7. Windows color (decimal): -2042817 or 4183264. OLE color: 4183264.

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

Color convert

RGB22421263-
CMYK00.050.720.12
HSL55.53º72.2%56.27%-
HSV(B)55.53º71.88%87.84%-
XYZ55.1863.2914.01-
YUV198.651.48146.12-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.89%
GREEN value IS 212 (83.20% from 255) = 42.48%
BLUE value IS 63 (25% from 255) = 12.63%
R=44.89%
G=42.48%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242126300.050.720.1255.5372.256.27
HexE0D43F0548C384838
Octal3403247705110147011070
Binary11100000110101001111110101100100011001110001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D43F; }

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

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

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

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

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

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

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

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