#ECDD45

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

Shades of Starship #ECDD45

Tints of Starship #ECDD45

Color information

#ECDD45 (or 0xECDD45) is unknown color: approx Starship. HEX triplet: EC, DD and 45. RGB value is (236,221,69). Sum of RGB (Red+Green+Blue) = 236+221+69=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 69 (27.34% from 255 or 13.12% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDD45 is #1322BA. Grayscale: #D0D0D0. Windows color (decimal): -1254075 or 4578796. OLE color: 4578796.

HSL color Cylindrical-coordinate representation of color #ECDD45: hue angle of 54.61º degrees, saturation: 0.81, 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 #ECDD45 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB23622169-
CMYK00.060.710.07
HSL54.61º81.46%59.8%-
HSV(B)54.61º70.76%92.55%-
XYZ61.5269.9815.89-
YUV208.1649.47147.86-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.87%
GREEN value IS 221 (86.72% from 255) = 42.02%
BLUE value IS 69 (27.34% from 255) = 13.12%
R=44.87%
G=42.02%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362216900.060.710.0754.6181.4659.8
HexECDD450647737513c
Octal3543351050610776712174
Binary11101100110111011000101011010001111111101111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDD45; }

 p { color: rgb(236,221,69); }

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

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

 a { background-color: rgb(236,221,69); }

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

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

 span { border-color: rgb(236,221,69); }

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