#EBE13D

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

Shades of Starship #EBE13D

Tints of Starship #EBE13D

Color information

#EBE13D (or 0xEBE13D) is unknown color: approx Starship. HEX triplet: EB, E1 and 3D. RGB value is (235,225,61). Sum of RGB (Red+Green+Blue) = 235+225+61=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 61 (24.22% from 255 or 11.71% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE13D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE13D is #141EC2. Grayscale: #D1D1D1. Windows color (decimal): -1318595 or 4055531. OLE color: 4055531.

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

Color convert

RGB23522561-
CMYK00.040.740.08
HSL56.55º81.31%58.04%-
HSV(B)56.55º74.04%92.16%-
XYZ62.0371.8515.01-
YUV209.2944.31146.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.11%
GREEN value IS 225 (88.28% from 255) = 43.19%
BLUE value IS 61 (24.22% from 255) = 11.71%
R=45.11%
G=43.19%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352256100.040.740.0856.5581.3158.04
HexEBE13D044A839513a
Octal3533417504112107112172
Binary11101011111000011111010100100101010001110011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE13D; }

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

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

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

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

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

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

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

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