#EED940

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

Shades of Starship #EED940

Tints of Starship #EED940

Color information

#EED940 (or 0xEED940) is unknown color: approx Starship. HEX triplet: EE, D9 and 40. RGB value is (238,217,64). Sum of RGB (Red+Green+Blue) = 238+217+64=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 64 (25.39% from 255 or 12.33% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EED940 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED940 is #1126BF. Grayscale: #CECECE. Windows color (decimal): -1124032 or 4250094. OLE color: 4250094.

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

Color convert

RGB23821764-
CMYK00.090.730.07
HSL52.76º83.65%59.22%-
HSV(B)52.76º73.11%93.33%-
XYZ6168.1714.79-
YUV205.8447.96150.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.86%
GREEN value IS 217 (85.16% from 255) = 41.81%
BLUE value IS 64 (25.39% from 255) = 12.33%
R=45.86%
G=41.81%
B=12.33%

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
Decimal2382176400.090.730.0752.7683.6559.22
HexEED9400949735543b
Octal35633110001111176512473
Binary111011101101100110000000100110010011111101011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED940; }

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

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

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

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

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

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

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

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