#ecdd3b

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

Shades of Starship #ECDD3B

Tints of Starship #ECDD3B

Color information

#ECDD3B (or 0xECDD3B) is unknown color: approx Starship. HEX triplet: EC, DD and 3B. RGB value is (236,221,59). Sum of RGB (Red+Green+Blue) = 236+221+59=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 59 (23.44% from 255 or 11.43% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDD3B is #1322C4. Grayscale: #CFCFCF. Windows color (decimal): -1254085 or 3923436. OLE color: 3923436.

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

Color convert

RGB23622159-
CMYK00.060.750.07
HSL54.92º82.33%57.84%-
HSV(B)54.92º75%92.55%-
XYZ61.2469.8614.39-
YUV207.0244.47148.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.74%
GREEN value IS 221 (86.72% from 255) = 42.83%
BLUE value IS 59 (23.44% from 255) = 11.43%
R=45.74%
G=42.83%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362215900.060.750.0754.9282.3357.84
HexECDD3B064B737523a
Octal354335730611376712272
Binary1110110011011101111011011010010111111101111010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ecdd3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ecdd3b; }

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

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

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

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

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

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

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

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

cancel