#ECD842

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

Shades of Starship #ECD842

Tints of Starship #ECD842

Color information

#ECD842 (or 0xECD842) is unknown color: approx Starship. HEX triplet: EC, D8 and 42. RGB value is (236,216,66). Sum of RGB (Red+Green+Blue) = 236+216+66=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 66 (26.17% from 255 or 12.74% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD842 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD842 is #1327BD. Grayscale: #CDCDCD. Windows color (decimal): -1255358 or 4380908. OLE color: 4380908.

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

Color convert

RGB23621666-
CMYK00.080.720.07
HSL52.94º81.73%59.22%-
HSV(B)52.94º72.03%92.55%-
XYZ60.1367.3414.98-
YUV204.8849.63150.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.56%
GREEN value IS 216 (84.77% from 255) = 41.70%
BLUE value IS 66 (26.17% from 255) = 12.74%
R=45.56%
G=41.70%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362166600.080.720.0752.9481.7359.22
HexECD8420848735523b
Octal35433010201011076512273
Binary111011001101100010000100100010010001111101011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD842; }

 p { color: rgb(236,216,66); }

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

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

 a { background-color: rgb(236,216,66); }

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

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

 span { border-color: rgb(236,216,66); }

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