#EBE43C

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

Shades of Starship #EBE43C

Tints of Starship #EBE43C

Color information

#EBE43C (or 0xEBE43C) is unknown color: approx Starship. HEX triplet: EB, E4 and 3C. RGB value is (235,228,60). Sum of RGB (Red+Green+Blue) = 235+228+60=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 228 (89.45% from 255 or 43.59% from 523); Blue value is 60 (23.83% from 255 or 11.47% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE43C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE43C is #141BC3. Grayscale: #D3D3D3. Windows color (decimal): -1317828 or 3990763. OLE color: 3990763.

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

Color convert

RGB23522860-
CMYK00.030.740.08
HSL57.6º81.4%57.84%-
HSV(B)57.6º74.47%92.16%-
XYZ62.8273.4815.15-
YUV210.9442.82145.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.93%
GREEN value IS 228 (89.45% from 255) = 43.59%
BLUE value IS 60 (23.83% from 255) = 11.47%
R=44.93%
G=43.59%
B=11.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352286000.030.740.0857.681.457.84
HexEBE43C034A83a513a
Octal3533447403112107212172
Binary1110101111100100111100011100101010001110101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE43C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE43C; }

 p { color: rgb(235,228,60); }

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

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

 a { background-color: rgb(235,228,60); }

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

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

 span { border-color: rgb(235,228,60); }

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