#ECEB42

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

Shades of Starship #ECEB42

Tints of Starship #ECEB42

Color information

#ECEB42 (or 0xECEB42) is unknown color: approx Starship. HEX triplet: EC, EB and 42. RGB value is (236,235,66). Sum of RGB (Red+Green+Blue) = 236+235+66=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 235 (92.19% from 255 or 43.76% from 537); Blue value is 66 (26.17% from 255 or 12.29% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEB42 is #1314BD. Grayscale: #D8D8D8. Windows color (decimal): -1250494 or 4385772. OLE color: 4385772.

HSL color Cylindrical-coordinate representation of color #ECEB42: hue angle of 59.65º 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 #ECEB42 is Cyan = 0, Magento = 0.00, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB23623566-
CMYK00.000.720.07
HSL59.65º81.73%59.22%-
HSV(B)59.65º72.03%92.55%-
XYZ65.2877.6416.7-
YUV216.0343.33142.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.95%
GREEN value IS 235 (92.19% from 255) = 43.76%
BLUE value IS 66 (26.17% from 255) = 12.29%
R=43.95%
G=43.76%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362356600.000.720.0759.6581.7359.22
HexECEB42004873c523b
Octal3543531020011077412273
Binary111011001110101110000100010010001111111001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEB42; }

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

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

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

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

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

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

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

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