#EBDA45

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

Shades of Starship #EBDA45

Tints of Starship #EBDA45

Color information

#EBDA45 (or 0xEBDA45) is unknown color: approx Starship. HEX triplet: EB, DA and 45. RGB value is (235,218,69). Sum of RGB (Red+Green+Blue) = 235+218+69=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 69 (27.34% from 255 or 13.22% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDA45 is #1425BA. Grayscale: #CECECE. Windows color (decimal): -1320379 or 4578027. OLE color: 4578027.

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

Color convert

RGB23521869-
CMYK00.070.710.08
HSL53.86º80.58%59.61%-
HSV(B)53.86º70.64%92.16%-
XYZ60.4168.2315.62-
YUV206.150.63148.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.02%
GREEN value IS 218 (85.55% from 255) = 41.76%
BLUE value IS 69 (27.34% from 255) = 13.22%
R=45.02%
G=41.76%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352186900.070.710.0853.8680.5859.61
HexEBDA450747836513c
Octal35333210507107106612174
Binary111010111101101010001010111100011110001101101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDA45; }

 p { color: rgb(235,218,69); }

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

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

 a { background-color: rgb(235,218,69); }

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

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

 span { border-color: rgb(235,218,69); }

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