#EDD73F

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

Shades of Starship #EDD73F

Tints of Starship #EDD73F

Color information

#EDD73F (or 0xEDD73F) is unknown color: approx Starship. HEX triplet: ED, D7 and 3F. RGB value is (237,215,63). Sum of RGB (Red+Green+Blue) = 237+215+63=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 63 (25% from 255 or 12.23% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD73F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD73F is #1228C0. Grayscale: #CCCCCC. Windows color (decimal): -1190081 or 4184045. OLE color: 4184045.

HSL color Cylindrical-coordinate representation of color #EDD73F: hue angle of 52.41º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDD73F is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB23721563-
CMYK00.090.730.07
HSL52.41º82.86%58.82%-
HSV(B)52.41º73.42%92.94%-
XYZ60.1266.9614.46-
YUV204.2548.29151.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.02%
GREEN value IS 215 (84.38% from 255) = 41.75%
BLUE value IS 63 (25% from 255) = 12.23%
R=46.02%
G=41.75%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372156300.090.730.0752.4182.8658.82
HexEDD73F0949734533b
Octal3553277701111176412373
Binary11101101110101111111110100110010011111101001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD73F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD73F; }

 p { color: rgb(237,215,63); }

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

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

 a { background-color: rgb(237,215,63); }

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

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

 span { border-color: rgb(237,215,63); }

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