#EDDD44

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

Shades of Starship #EDDD44

Tints of Starship #EDDD44

Color information

#EDDD44 (or 0xEDDD44) is unknown color: approx Starship. HEX triplet: ED, DD and 44. RGB value is (237,221,68). Sum of RGB (Red+Green+Blue) = 237+221+68=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 68 (26.95% from 255 or 12.93% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDD44 is #1222BB. Grayscale: #D0D0D0. Windows color (decimal): -1188540 or 4513261. OLE color: 4513261.

HSL color Cylindrical-coordinate representation of color #EDDD44: hue angle of 54.32º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EDDD44 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB23722168-
CMYK00.070.710.07
HSL54.32º82.44%59.8%-
HSV(B)54.32º71.31%92.94%-
XYZ61.8270.1315.75-
YUV208.3448.8148.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.06%
GREEN value IS 221 (86.72% from 255) = 42.02%
BLUE value IS 68 (26.95% from 255) = 12.93%
R=45.06%
G=42.02%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372216800.070.710.0754.3282.4459.8
HexEDDD440747736523c
Octal3553351040710776612274
Binary11101101110111011000100011110001111111101101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDD44; }

 p { color: rgb(237,221,68); }

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

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

 a { background-color: rgb(237,221,68); }

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

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

 span { border-color: rgb(237,221,68); }

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