#EBD63D

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

Shades of Starship #EBD63D

Tints of Starship #EBD63D

Color information

#EBD63D (or 0xEBD63D) is unknown color: approx Starship. HEX triplet: EB, D6 and 3D. RGB value is (235,214,61). Sum of RGB (Red+Green+Blue) = 235+214+61=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 61 (24.22% from 255 or 11.96% from 510); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD63D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD63D is #1429C2. Grayscale: #CBCBCB. Windows color (decimal): -1321411 or 4052715. OLE color: 4052715.

HSL color Cylindrical-coordinate representation of color #EBD63D: hue angle of 52.76º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EBD63D is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB23521461-
CMYK00.090.740.08
HSL52.76º81.31%58.04%-
HSV(B)52.76º74.04%92.16%-
XYZ59.1566.0914.05-
YUV202.8447.96150.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.08%
GREEN value IS 214 (83.98% from 255) = 41.96%
BLUE value IS 61 (24.22% from 255) = 11.96%
R=46.08%
G=41.96%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352146100.090.740.0852.7681.3158.04
HexEBD63D094A835513a
Octal35332675011112106512172
Binary111010111101011011110101001100101010001101011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD63D; }

 p { color: rgb(235,214,61); }

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

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

 a { background-color: rgb(235,214,61); }

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

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

 span { border-color: rgb(235,214,61); }

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