#EDD840

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

Shades of Starship #EDD840

Tints of Starship #EDD840

Color information

#EDD840 (or 0xEDD840) is unknown color: approx Starship. HEX triplet: ED, D8 and 40. RGB value is (237,216,64). Sum of RGB (Red+Green+Blue) = 237+216+64=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 64 (25.39% from 255 or 12.38% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD840 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD840 is #1227BF. Grayscale: #CDCDCD. Windows color (decimal): -1189824 or 4249837. OLE color: 4249837.

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

Color convert

RGB23721664-
CMYK00.090.730.07
HSL52.72º82.78%59.02%-
HSV(B)52.72º73%92.94%-
XYZ60.4167.4914.69-
YUV204.9548.46150.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.84%
GREEN value IS 216 (84.77% from 255) = 41.78%
BLUE value IS 64 (25.39% from 255) = 12.38%
R=45.84%
G=41.78%
B=12.38%

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
Decimal2372166400.090.730.0752.7282.7859.02
HexEDD8400949735533b
Octal35533010001111176512373
Binary111011011101100010000000100110010011111101011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD840; }

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

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

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

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

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

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

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

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