#E5D337

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

Shades of Starship #E5D337

Tints of Starship #E5D337

Color information

#E5D337 (or 0xE5D337) is unknown color: approx Starship. HEX triplet: E5, D3 and 37. RGB value is (229,211,55). Sum of RGB (Red+Green+Blue) = 229+211+55=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 55 (21.88% from 255 or 11.11% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D337 is #1A2CC8. Grayscale: #C7C7C7. Windows color (decimal): -1715401 or 3658725. OLE color: 3658725.

HSL color Cylindrical-coordinate representation of color #E5D337: hue angle of 53.79º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E5D337 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.10.

Color convert

RGB22921155-
CMYK00.080.760.10
HSL53.79º76.99%55.69%-
HSV(B)53.79º75.98%89.8%-
XYZ56.363.5212.91-
YUV198.646.96149.68-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.26%
GREEN value IS 211 (82.81% from 255) = 42.63%
BLUE value IS 55 (21.88% from 255) = 11.11%
R=46.26%
G=42.63%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.76
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292115500.080.760.1053.7976.9955.69
HexE5D337084CA364d38
Octal34532367010114126611570
Binary111001011101001111011101000100110010101101101001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D337; }

 p { color: rgb(229,211,55); }

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

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

 a { background-color: rgb(229,211,55); }

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

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

 span { border-color: rgb(229,211,55); }

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