#EBDD3D

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

Shades of Starship #EBDD3D

Tints of Starship #EBDD3D

Color information

#EBDD3D (or 0xEBDD3D) is unknown color: approx Starship. HEX triplet: EB, DD and 3D. RGB value is (235,221,61). Sum of RGB (Red+Green+Blue) = 235+221+61=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 61 (24.22% from 255 or 11.80% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDD3D is #1422C2. Grayscale: #CFCFCF. Windows color (decimal): -1319619 or 4054507. OLE color: 4054507.

HSL color Cylindrical-coordinate representation of color #EBDD3D: hue angle of 55.17º 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 #EBDD3D is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB23522161-
CMYK00.060.740.08
HSL55.17º81.31%58.04%-
HSV(B)55.17º74.04%92.16%-
XYZ60.9669.7114.66-
YUV206.9545.64148.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.45%
GREEN value IS 221 (86.72% from 255) = 42.75%
BLUE value IS 61 (24.22% from 255) = 11.80%
R=45.45%
G=42.75%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352216100.060.740.0855.1781.3158.04
HexEBDD3D064A837513a
Octal3533357506112106712172
Binary11101011110111011111010110100101010001101111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDD3D; }

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

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

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

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

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

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

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

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