#E7D53D

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

Shades of Starship #E7D53D

Tints of Starship #E7D53D

Color information

#E7D53D (or 0xE7D53D) is unknown color: approx Starship. HEX triplet: E7, D5 and 3D. RGB value is (231,213,61). Sum of RGB (Red+Green+Blue) = 231+213+61=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 61 (24.22% from 255 or 12.08% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D53D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D53D is #182AC2. Grayscale: #C9C9C9. Windows color (decimal): -1583811 or 4052455. OLE color: 4052455.

HSL color Cylindrical-coordinate representation of color #E7D53D: hue angle of 53.65º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E7D53D is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB23121361-
CMYK00.080.740.09
HSL53.65º77.98%57.25%-
HSV(B)53.65º73.59%90.59%-
XYZ57.5964.9113.91-
YUV201.0548.96149.36-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.74%
GREEN value IS 213 (83.59% from 255) = 42.18%
BLUE value IS 61 (24.22% from 255) = 12.08%
R=45.74%
G=42.18%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312136100.080.740.0953.6577.9857.25
HexE7D53D084A9364e39
Octal34732575010112116611671
Binary111001111101010111110101000100101010011101101001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D53D; }

 p { color: rgb(231,213,61); }

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

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

 a { background-color: rgb(231,213,61); }

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

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

 span { border-color: rgb(231,213,61); }

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