#EBDD3E

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

Shades of Starship #EBDD3E

Tints of Starship #EBDD3E

Color information

#EBDD3E (or 0xEBDD3E) is unknown color: approx Starship. HEX triplet: EB, DD and 3E. RGB value is (235,221,62). Sum of RGB (Red+Green+Blue) = 235+221+62=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 62 (24.61% from 255 or 11.97% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDD3E is #1422C1. Grayscale: #CFCFCF. Windows color (decimal): -1319618 or 4120043. OLE color: 4120043.

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

Color convert

RGB23522162-
CMYK00.060.740.08
HSL55.14º81.22%58.24%-
HSV(B)55.14º73.62%92.16%-
XYZ60.9969.7214.8-
YUV207.0646.14147.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.37%
GREEN value IS 221 (86.72% from 255) = 42.66%
BLUE value IS 62 (24.61% from 255) = 11.97%
R=45.37%
G=42.66%
B=11.97%

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
Decimal2352216200.060.740.0855.1481.2258.24
HexEBDD3E064A837513a
Octal3533357606112106712172
Binary11101011110111011111100110100101010001101111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDD3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDD3E; }

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

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

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

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

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

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

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

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