#EBE03F

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

Shades of Starship #EBE03F

Tints of Starship #EBE03F

Color information

#EBE03F (or 0xEBE03F) is unknown color: approx Starship. HEX triplet: EB, E0 and 3F. RGB value is (235,224,63). Sum of RGB (Red+Green+Blue) = 235+224+63=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 63 (25% from 255 or 12.07% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE03F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE03F is #141FC0. Grayscale: #D1D1D1. Windows color (decimal): -1318849 or 4186347. OLE color: 4186347.

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

Color convert

RGB23522463-
CMYK00.050.730.08
HSL56.16º81.13%58.43%-
HSV(B)56.16º73.19%92.16%-
XYZ61.8171.3315.21-
YUV208.9345.64146.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.02%
GREEN value IS 224 (87.89% from 255) = 42.91%
BLUE value IS 63 (25% from 255) = 12.07%
R=45.02%
G=42.91%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352246300.050.730.0856.1681.1358.43
HexEBE03F0549838513a
Octal3533407705111107012172
Binary11101011111000001111110101100100110001110001010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE03F; }

 p { color: rgb(235,224,63); }

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

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

 a { background-color: rgb(235,224,63); }

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

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

 span { border-color: rgb(235,224,63); }

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