#EDD940

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

Shades of Starship #EDD940

Tints of Starship #EDD940

Color information

#EDD940 (or 0xEDD940) is unknown color: approx Starship. HEX triplet: ED, D9 and 40. RGB value is (237,217,64). Sum of RGB (Red+Green+Blue) = 237+217+64=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 64 (25.39% from 255 or 12.36% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD940 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD940 is #1226BF. Grayscale: #CECECE. Windows color (decimal): -1189568 or 4250093. OLE color: 4250093.

HSL color Cylindrical-coordinate representation of color #EDD940: hue angle of 53.06º 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 #EDD940 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB23721764-
CMYK00.080.730.07
HSL53.06º82.78%59.02%-
HSV(B)53.06º73%92.94%-
XYZ60.666814.78-
YUV205.5448.13150.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.75%
GREEN value IS 217 (85.16% from 255) = 41.89%
BLUE value IS 64 (25.39% from 255) = 12.36%
R=45.75%
G=41.89%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372176400.080.730.0753.0682.7859.02
HexEDD9400849735533b
Octal35533110001011176512373
Binary111011011101100110000000100010010011111101011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD940; }

 p { color: rgb(237,217,64); }

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

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

 a { background-color: rgb(237,217,64); }

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

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

 span { border-color: rgb(237,217,64); }

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